@echo off python -m venv .venv call .venv\Scripts\activate pip install -r src\requirements.txt python src\app.py pause