5 lines
104 B
Batchfile
5 lines
104 B
Batchfile
echo on
|
|
SET mypath=%~dp0
|
|
cd %mypath%
|
|
.\.venv\Scripts\activate.bat && python -O "./src/main.py" --vision
|