Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 527 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 527 Bytes

Python

Make sure you have Python 3 and Jupyter

You can install jupyter once you have python3 by running

pip3 install jupyterlab

Clone

Clone this repository.

$ git clone https://github.com/ConsenSys/defi-score

Dependencies

Install all dependencies either manually or by using, ideally using a virtual env

$ pip3 install -r requirements.txt

Running Code

The code can then be run by using command

jupyter notebook

and choosing implementation/implementation.ipynb from the UI