Biba/start.bat

5 lines
107 B
Batchfile

@echo off
python -m venv venv
call venv\Scripts\activate
pip install -r requirements.txt
python main.py