python -m venv .venv source .venv\Scripts\activate pip install -r requirements.txt python run.py