Skip to content

Commit 473c876

Browse files
Update setup.bat
1 parent bd0a32b commit 473c876

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.bat

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
main.py
2-
pause
1+
@echo off
2+
python -m venv psdenv
3+
cmd /k ".\psdenv\Scripts\activate & python main.py"

0 commit comments

Comments
 (0)