From dd872c3878635878e2c97a6243fea4f10a4dbb30 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Sat, 7 Sep 2019 19:50:48 -0400 Subject: [PATCH] open sourced 0.3.0 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eab8129..00d7355 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,19 @@ and see how it evolves. We can then use these results to inform business decisio **Python 3.6.5** :: Anaconda, Inc. -**Option A:** Build From Source +**Option A:** [PyPi](https://pypi.org/project/cadCAD/): pip install +```bash +pip install cadCAD +``` + +**Option B:** Build From Source ```bash pip3 install -r requirements.txt python3 setup.py sdist bdist_wheel pip3 install dist/*.whl ``` -**Option B:** Proprietary Build Access +**Option C:** Proprietary Build Access ***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.