Created
May 14, 2013 17:03
-
-
Save tjlane/5577621 to your computer and use it in GitHub Desktop.
quick install script for Odin's less common dependencies
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
# 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