Newer
Older
Using Anaconda is recommended ( https://conda.io/miniconda.html ).
conda config --add channels conda-forge
source activate geomagenv
pip install git+https://github.com/usgs/geomag-algorithms.git
- Use the main script, `geomag.py -h`
- In python scripts, `import geomagio`
- Interactively with Jupyter notebooks ( http://jupyter.org/install.html )