goTenna internal werewolf web app!
$ pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
pip install -r requirements.txt
$ export FLASK_APP=run.py
$ flask run
Go to the IP address that shows up on the terminal and you should see the Flask web App!
$ deactivate