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. diff --git a/dist/cadCAD-0.3.0-py3-none-any.whl b/dist/cadCAD-0.3.0-py3-none-any.whl index 08d2459..7496be6 100644 Binary files a/dist/cadCAD-0.3.0-py3-none-any.whl and b/dist/cadCAD-0.3.0-py3-none-any.whl differ diff --git a/dist/cadCAD-0.3.0.tar.gz b/dist/cadCAD-0.3.0.tar.gz index 9c8e0fb..e02c19d 100644 Binary files a/dist/cadCAD-0.3.0.tar.gz and b/dist/cadCAD-0.3.0.tar.gz differ