10 lines
156 B
Batchfile
10 lines
156 B
Batchfile
|
@echo off
|
||
|
pip install -r requirements.txt
|
||
|
python main.py
|
||
|
set /p user_input=Enter something:
|
||
|
echo You entered: %user_input%
|
||
|
pause
|
||
|
pause
|
||
|
pause
|
||
|
pausee2
|
||
|
pause1
|