forked from obspy/obspy
-
Notifications
You must be signed in to change notification settings - Fork 0
Anaconda Tips
Lion Krischer edited this page Jan 25, 2015
·
3 revisions
-
Download Anaconda.
-
Install.
-
Checkout latest ObsPy master.
-
cd misc/installer/anaconda
-
Do some setup...
$ export CONDA_PY=18
$ mkdir -p CONDA_DIR/conda-bld/work
On linux:
$ apt-get install chrpath
Repeat for mccabe, flake8, and suds:
-
conda build mccabe
-
conda install "path/to/mccabe"
-
conda build obspy 9 conda install "path/to/obspy"