Skip to content

Instantly share code, notes, and snippets.

@koooee
Last active December 18, 2015 04:29
Show Gist options
  • Save koooee/5726084 to your computer and use it in GitHub Desktop.
Save koooee/5726084 to your computer and use it in GitHub Desktop.
scipy nltk install on mac osx 10.8.4
sudo port install gcc45 +gfortran
sudo ln -s /opt/local/bin/gfortran-mp-4.5 /opt/local/bin/gfortran
ls -al /opt/local/bin/ | grep gfortran
sudo easy_install scipy #lingalg
sudo easy_install gensim #topic modeling
sudo easy_install pyyaml nltk #NLP
sudo easy_install networkx Matplotlib #graphs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment