Getting started cd app export FLASK_APP=app.py; export PYTHONPATH=.; export FLASK_ENV=development flask run Simple web application using flask python framework