Make sure you have Python 3 and Jupyter
You can install jupyter once you have python3 by running
pip3 install jupyterlab
Clone this repository.
$ git clone https://github.com/ConsenSys/defi-score
Install all dependencies either manually or by using, ideally using a virtual env
$ pip3 install -r requirements.txt
The code can then be run by using command
jupyter notebook
and choosing implementation/implementation.ipynb
from the UI