added python version

This commit is contained in:
Joshua E. Jodesty 2019-08-22 18:22:46 -04:00
parent 8ad580e0fb
commit 0d74ec5285
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -14,7 +14,6 @@ results
*.txt
simulations/.ipynb_checkpoints
simulations/validation/config3.py
dist/*.gz
cadCAD.egg-info
build

View File

@ -47,6 +47,8 @@ and see how it evolves. We can then use these results to inform business decisio
#### 0. Installation:
Python 3.6.5 :: Anaconda, Inc.
**Option A:** Build From Source
```bash
pip3 install -r requirements.txt
@ -59,6 +61,7 @@ pip3 install dist/*.whl
***IMPORTANT NOTE:*** Tokens are issued to those with access to proprietary builds of cadCAD and BlockScience employees **ONLY**.
Replace \<TOKEN\> with an issued token in the script below.
```bash
pip3 install pandas pathos fn funcy tabulate
pip3 install cadCAD --extra-index-url https://<TOKEN>@repo.fury.io/blockscience/
```

Binary file not shown.