Installation - uofuseismo/anxcor GitHub Wiki

Required Dependencies

Anxcor was designed to seamlessly integrate with anaconda and pip. Eventually, we'd like to get it up on the conda-forge channel, but for now we recommend a two part installation process. First, in a new anaconda environment, make sure you have the conda-forge channel added. Then, install the following packages:

conda config --add channels conda-forge
conda install numpy scipy pandas xarray obspy bottleneck

for released versions, you can use the standard pip install

pip install anxcor

or the up-to-date install from the master branch

pip install git+git://github.com/uofuseismo/anxcor.git

Optional Dependencies

Anxcor can work without optional dask or obsplus dependencies, but in case you want parallel execution and/or a great waveform repo manager, we suggest installing them via:

conda install dask
pip install obsplus