Skip to content
Snippets Groups Projects
install.md 640 B

Installation

  1. Install Python and dependencies (obspy and pycurl)

    Using Anaconda is recommended ( https://conda.io/miniconda.html ).

     conda env create -f geomagenv.yml
     source activate geomagenv

    or

     conda create --name=geomagenv --channel conda-forge python=3 obspy pycurl
     source activate geomagenv
  2. Install geomagio

     pip install git+https://github.com/usgs/geomag-algorithms.git
  3. Use geomagio