Sneed-Reactivity/run-win.bat
2024-07-24 19:55:26 -05:00

5 lines
No EOL
74 B
Batchfile

@echo off
cd /d %~dp0
pip install -r requirements.txt
python main.py
pause