Add pause command

This commit is contained in:
Santiago Lo Coco 2024-11-11 23:19:30 +01:00
parent e105dd7b5b
commit 7b778cbe9f
1 changed files with 3 additions and 1 deletions

View File

@ -4,3 +4,5 @@ python -m venv .venv
call .venv\Scripts\activate
pip install -r src\requirements.txt
python src\app.py
pause