Skip to content

Instantly share code, notes, and snippets.

@bobisme
Created September 29, 2014 03:23
Show Gist options
  • Save bobisme/cf4470c8d98ce0e09e38 to your computer and use it in GitHub Desktop.
Save bobisme/cf4470c8d98ce0e09e38 to your computer and use it in GitHub Desktop.
Install QSTK in a virtual environment (with IPython).
mkvirtualenv qstk
pip install numpy scipy matplotlib
pip install pandas scikits.statsmodels scikit-learn
pip install QSTK
pip install "ipython[notebook]"
ipython notebook --pylab inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment