Now with Python 3!
brew install python
brew install pipenv
brew install gfortran
Download frameworkpython and add to PATH
.
pipenv install -e [email protected]:romanbsd/QuantSoftwareToolkit.git@6b7e15fa3c0ba483a30674ff5acf30c77b91b877#egg=QSTK
pipenv install statsmodels
curl -O https://spark-public.s3.amazonaws.com/compinvesting1/QSTK-Setups/Examples.zip
unzip Examples.zip
2to3 -w Examples
frameworkpython Examples/Validation.py
Based on: https://github.com/QuantSoftware/QuantSoftwareToolkit/wiki/Mac-Installation.
https://github.com/weiyialanchen/MacInstallation