Merge pull request #63 from JEJodesty/master

Open Source cadCAD 0.3.0!!!!!!
This commit is contained in:
Joshua E. Jodesty 2019-09-07 19:54:38 -04:00 committed by GitHub
commit faae27f21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -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. **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 ```bash
pip3 install -r requirements.txt pip3 install -r requirements.txt
python3 setup.py sdist bdist_wheel python3 setup.py sdist bdist_wheel
pip3 install dist/*.whl 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**. ***IMPORTANT NOTE:*** Tokens are issued to those with access to proprietary builds of cadCAD and BlockScience employees **ONLY**.
Replace \<TOKEN\> with an issued token in the script below. Replace \<TOKEN\> with an issued token in the script below.

Binary file not shown.

Binary file not shown.