To-do-list/run.bat

11 lines
119 B
Batchfile
Raw Normal View History

2024-06-21 00:13:27 +02:00
@echo off
start http://127.0.0.1:5000
REM
pip install -r requirements.txt
REM
python main.py
REM
pause