forked from SeisComP/scdlpicker
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathINSTALL
More file actions
11 lines (7 loc) · 652 Bytes
/
INSTALL
File metadata and controls
11 lines (7 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
# Installation
It is a good idea but not a requirement to install scdlpicker along with the SeisComP Python codes. The advantage of this is that no special care needs to be taken to properly set the environment variables as the `seiscomp` utility (here: `seiscomp exec`) takes care of that already.
If this SeisComP installation is under $HOME/seiscomp, the installation would then require
'''
~/seiscomp/bin/seiscomp exec seiscomp-python setup.py install --home=$HOME/seiscomp
'''
Please note that SeisComP has no versioned Python installation directory. Therefore we need to specify `--home=$HOME/seiscomp` rather than `--prefix=$HOME/seiscomp`.