5 lines
82 B
Batchfile
5 lines
82 B
Batchfile
chcp 65001
|
|
cd /d "%~dp0"
|
|
call "env\Scripts\activate.bat"
|
|
python "app/run.py"
|
|
pause |