python -m venv venv venv/Scripts/activate pip install -r requirements.txt uvicorn app.main:app --host 127.0.0.1 --port 8001