11 lines
117 B
Batchfile
11 lines
117 B
Batchfile
@echo off
|
|
start http://127.0.0.1:5000
|
|
REM
|
|
pip install -r instalacja.txt
|
|
|
|
REM
|
|
python main.py
|
|
|
|
REM
|
|
pause
|