Skip to content
Snippets Groups Projects
install.md 587 B
Newer Older
  • Learn to ignore specific revisions
  • Jeremy M Fee's avatar
    Jeremy M Fee committed
    Installation
    ============
    
    Using Anaconda is recommended ( https://conda.io/miniconda.html ).
    
    1) Install Anaconda/Miniconda
    
    2) Create a virtual environment
    
            conda config --add channels conda-forge
            conda create --name geomagenv obspy pycurl flake8 nose
            source activate geomagenv
    
    3) Install **geomagio**
    
            pip install git+https://github.com/usgs/geomag-algorithms.git
    
    Jeremy M Fee's avatar
    Jeremy M Fee committed
        - Use the main script, `geomag.py -h`
        - In python scripts, `import geomagio`
        - Interactively with Jupyter notebooks ( http://jupyter.org/install.html )