Created
September 18, 2011 16:03
-
-
Save jacobian/1225209 to your computer and use it in GitHub Desktop.
Pre-reqs for Strange Loop Machine Learning workshop - Mac + homebrew + virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install gfortran | |
mkvirtualenv --no-site-packages stl-mlearning | |
pip install pyyaml | |
pip install numpy | |
pip install scipy | |
wget http://nltk.googlecode.com/files/nltk-2.0.1rc1.zip | |
unzip http://nltk.googlecode.com/files/nltk-2.0.1rc1.zip | |
cd nltk | |
python setup.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't have virtualenv installed, this is a one-liner to get it + virtualenvwrapper going:
https://github.com/brainsik/virtualenv-burrito#readme