Unit 3 week 3, a web app for comparing twitter users
Download the repo and navigate there from the command line:
'''sh git clone (url) '''
Setup and activate a virtual environment:
'''sh pipenv install pipenv shell
Run the web app:
'''sh FLASK_APP=app.py '''