You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
megies edited this page Nov 11, 2012
·
3 revisions
Developers might be interested in directly linking their git checkout to the python site-packages. First, clone the ObsPy git repository (or fork ObsPy in GitHub and clone your fork):
Make sure all of ObsPy's dependencies are installed and then install it in Python site-packages (will install for current Python interpreter, check with which python):
cd /path/to/my/obspy
/path/to/my/python setup.py develop -N -U --verbose