We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0a32b commit 473c876Copy full SHA for 473c876
setup.bat
@@ -1,2 +1,3 @@
1
-main.py
2
-pause
+@echo off
+python -m venv psdenv
3
+cmd /k ".\psdenv\Scripts\activate & python main.py"
0 commit comments