cd python_flask python3 -m venv venv . venv/bin/activate pip3 install -r requirements.txt uvicorn app:app --reload