Quickstart python3 -m venv venv . venv/bin/activate # или как-то так pip install -r requirements.txt fastapi dev app.py