From 6b064707fc4a147a527903c34cdc97e636ff85b2 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Thu, 21 Feb 2019 14:45:56 -0500 Subject: [PATCH 1/2] added gemfury install option --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4ec1f6d..dfbcf99 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ A/B testing policies, monte carlo analysis and other common numerical methods is **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 pip3 install pandas pathos fn tabulate pip3 install cadCAD --extra-index-url https://@repo.fury.io/blockscience/ From ca81e4c2e2ad8a69c22e06dba525ce215c128c87 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Thu, 21 Feb 2019 14:48:24 -0500 Subject: [PATCH 2/2] added gemfury install option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfbcf99..3e5cadc 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A/B testing policies, monte carlo analysis and other common numerical methods is **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 pip3 install pandas pathos fn tabulate