python -m venv .venv

source .venv/bin/activate      # Linux/macOS
# oppure
.venv\Scripts\activate         # Windows

pip install -r requirements.txt