Sneed-Reactivity/run-win.bat

5 lines
74 B
Batchfile
Raw Normal View History

2024-07-24 23:18:48 +00:00
@echo off
cd /d %~dp0
pip install -r requirements.txt
2024-07-25 00:55:26 +00:00
python main.py
pause