diff --git a/.gitignore b/.gitignore index 8b72b88..2e4e086 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ results *.txt simulations/.ipynb_checkpoints simulations/validation/config3.py -dist/*.gz cadCAD.egg-info build diff --git a/README.md b/README.md index b42ebdb..b196cf4 100644 --- a/README.md +++ b/README.md @@ -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 \ with an issued token in the script below. ```bash +pip3 install pandas pathos fn funcy tabulate pip3 install cadCAD --extra-index-url https://@repo.fury.io/blockscience/ ``` diff --git a/dist/cadCAD-0.2.4-py3-none-any.whl b/dist/cadCAD-0.2.4-py3-none-any.whl deleted file mode 100644 index d8157ed..0000000 Binary files a/dist/cadCAD-0.2.4-py3-none-any.whl and /dev/null differ