Update README.md

This commit is contained in:
Joshua E. Jodesty 2019-06-12 18:21:35 -04:00 committed by GitHub
parent d7fe3331f8
commit bfdc7d0ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ A/B testing policies, monte carlo analysis and other common numerical methods is
***IMPORTANT NOTE:*** Tokens are issued to and meant to be used by trial users and BlockScience employees **ONLY**. Replace \<TOKEN\> with an issued token in the script below.
```bash
pip3 install pandas pathos fn tabulate
pip3 install pandas pathos fn funcy tabulate
pip3 install cadCAD --extra-index-url https://<TOKEN>@repo.fury.io/blockscience/
```