Python Cheat Sheet
$ virtualenv venv $ . venv/bin/activate $ pip install -r requirements.txt $ make $ python app.py # URL: localhost:5000