- Python 3.5+
- virtualenv
- flask
You need virtualenv
to run this.
To install virtualenv
$ pip install virtualenv
Then at root folder of this repo run
$ virtualenv env
$ source/env/bin/activate
$ pip install -r requirements.txt
To run the server
$ python app.py
Please leave your questions at the repo's issues
Should you need the presentation at the workshop, check [this link on google drive] (https://docs.google.com/presentation/d/1_W6B_9BszI8JVQZ_riAyW1rka6d6WF-FDcmkTh_gIg8/edit)