Make sure you have Python 3+
Clone this repository.
$ git clone https://github.com/ConsenSys/defi-score
virtualenv env --python source env/bin/activate pip3 install -r implementation/requirements.txt
python -m venv <ENVIRONMENT_NAME> source env/bin/activate pip3 install -r implementation/requirements.txt
Create a new file .env
based on .env.example
The code can then be run by using command
python -m implementation