Update run.bat

pull/1671/head
Simon 2 years ago committed by GitHub
parent 280b125505
commit b98a62899c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,9 +6,6 @@ if exist "%VENV_DIR%" (
call "%VENV_DIR%\Scripts\activate.bat"
)
echo Installing dependencies...
pip install -r requirements.txt
echo Running Python script...
python main.py

Loading…
Cancel
Save