Skip to content

Commit bb4b15e

Browse files
committed
setup windows script
1 parent 9264a84 commit bb4b15e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

run.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Whitespace-only changes.

0 commit comments

Comments
 (0)