Skip to content

Instantly share code, notes, and snippets.

@tjlane
Created May 14, 2013 17:03
Show Gist options
  • Save tjlane/5577621 to your computer and use it in GitHub Desktop.
Save tjlane/5577621 to your computer and use it in GitHub Desktop.
quick install script for Odin's less common dependencies
# this will install some of the less common dependencies for Odin
# assumes you have:
# -- numpy
# -- scipy
# -- matplotlib
# note you might have to upgrade the below if you already have them
# in that case, do "$ pip install -U <package-name>"
pip install --use-mirrors cython
pip install --use-mirrors tables
pip install --use-mirrors pyyaml
install git+git://github.com/rmcgibbo/mdtraj.git
svn co https://fable.svn.sourceforge.net/svnroot/fable/fabio/branches/v0.1.0 fabio; cd fabio; python setup.py install; cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment