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 9264a84 commit bb4b15eCopy full SHA for bb4b15e
run.bat
@@ -0,0 +1,5 @@
1
+python -m venv .\venv
2
+.\venv\Scripts\activate.bat
3
+pip install -r requirements.txt
4
+python main.py %*
5
+deactivate
start.bat
0 commit comments