Flask Web App Tutorial Setup & Installtion Make sure you have the latest version of Python installed. git clone <repo-url> pip install -r requirements.txt Running The App heroku login heroku create eflask-app git push heroku master