- install python 3.7 for your OS by downloading the binaries here or otherwise
- install pipenv
- clone this repo and change directory
- run
pipenv shell
to create the virtual environment - run
pipenv install
to install all the dependencies of the application - run
python manage.py
to run the local environment
- Python 3.7
- Flask and Flask-RESTPlus Plugin (for REST API endpoints)
- Pipenv for packaging