Last active
August 29, 2015 13:57
-
-
Save aGHz/9670844 to your computer and use it in GitHub Desktop.
Install instructions for Python Text Analysis workshop
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
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
http://nbviewer.ipython.org/github/ipython/ipython/blob/1.x/examples/notebooks/Part%203%20-%20Plotting%20with%20Matplotlib.ipynb