Skip to content

Instantly share code, notes, and snippets.

@aGHz
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aGHz/9670844 to your computer and use it in GitHub Desktop.
Save aGHz/9670844 to your computer and use it in GitHub Desktop.
Install instructions for Python Text Analysis workshop
virtualenv --no-site-packages .
. bin/activate
pip install jinja2 tornado pyzmq ipython
pip install pattern
pip install numpy
sudo brew install gfortran
pip install scipy
# http://matplotlib.org/users/installing.html#build-requirements
pip install pyparsing
pip install python-dateutil
sudo brew install freetype
sudo ln -s /usr/X11/include/freetype2/freetype /usr/X11/include/freetype
# libpng if you don't already have it
pip install matplotlib
ipython notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment