The paper is in the docs folder
I used Python 3.7
You just need to install the dependencies, also is very recommendable to create a virtual enviroment.
- Create virtual enviroment
py -m venv env
- Install dependencies
pip install -r requirements.txt