Skip to content

Installation on Linux from source

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):

git clone https://github.com/obspy/obspy.git /path/to/my/obspy

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

Clone this wiki locally