Skip to content

Commit b287498

Browse files
committed
fix windows script
1 parent bb4b15e commit b287498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python -m venv .\venv
2-
.\venv\Scripts\activate.bat
2+
call .\venv\Scripts\activate.bat
33
pip install -r requirements.txt
44
python main.py %*
55
deactivate

0 commit comments

Comments
 (0)