From 99123162e7692ad5299c92f1b368ad1649017246 Mon Sep 17 00:00:00 2001 From: nick-phl-7 <38925681+nick-phl-7@users.noreply.github.com> Date: Tue, 14 Jul 2020 09:50:05 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8a799a..5230e4e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ cadCAD links: * https://github.com/BlockScience/cadCAD/tree/master/tutorials ### Reproducibility -In order to reperform this code, we recommend the researcher use the following link to download https://www.anaconda.com/products/individual to download Python 3.7.To install the specific version of cadCAD this repository was built with, run the following code: +In order to reperform this code, we recommend the researcher use the following link https://www.anaconda.com/products/individual to download Python 3.7. To install the specific version of cadCAD this repository was built with, run the following code: pip install cadCAD==0.4.17 Then run cd Aragon_Conviction_Voting to enter the repository. Finally, run jupyter notebook to open a notebook server to run the various notebooks in this repository.