From 80e51f6c8cc9a99bec7c200afd2b35e493e6393f Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Thu, 21 Feb 2019 14:40:23 -0500 Subject: [PATCH] added gemfury install option --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1906130..4ec1f6d 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,20 @@ Simulations may be run with a range of initial conditions and parameters for sta and environmental processes to understand and visualize network behavior under various conditions. Support for \ A/B testing policies, monte carlo analysis and other common numerical methods is provided. + **1. Install Dependencies:** + +**Option A:** Package Repository Access +*Note:* Tokens are issued to trial users and BlockScience employees. Please replace with and issued token in the script below. + ```bash -pip install -r requirements.txt +pip3 install pandas pathos fn tabulate +pip3 install cadCAD --extra-index-url https://@repo.fury.io/blockscience/ +``` + +**Option B:** Build From Source +```bash +pip3 install -r requirements.txt python3 setup.py sdist bdist_wheel pip3 install dist/*.whl ```