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