From bfdc7d0ad30d56866c648564c5d299b26fba0209 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Wed, 12 Jun 2019 18:21:35 -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 0719875..56cd6e5 100644 --- a/README.md +++ b/README.md @@ -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 \ 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://@repo.fury.io/blockscience/ ```