We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4b15e commit b287498Copy full SHA for b287498
run.bat
@@ -1,5 +1,5 @@
1
python -m venv .\venv
2
-.\venv\Scripts\activate.bat
+call .\venv\Scripts\activate.bat
3
pip install -r requirements.txt
4
python main.py %*
5
deactivate
0 commit comments