Biba/start.bat

5 lines
107 B
Batchfile
Raw Permalink Normal View History

@echo off
python -m venv venv
call venv\Scripts\activate
2023-05-08 16:28:47 +02:00
pip install -r requirements.txt
python main.py