Skip to content

Instantly share code, notes, and snippets.

@jefftriplett
Forked from jacobian/gist:1225209
Created December 1, 2011 16:59
Show Gist options
  • Save jefftriplett/1418193 to your computer and use it in GitHub Desktop.
Save jefftriplett/1418193 to your computer and use it in GitHub Desktop.
Pre-reqs for Strange Loop Machine Learning workshop - Mac + homebrew + virtualenv
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