Skip to content
Snippets Groups Projects
Commit 446ab809 authored by Jeremy M Fee's avatar Jeremy M Fee Committed by Claycomb, Abram Earl
Browse files

Add conda environment file

parent 48dcaed8
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,13 @@ Installation
Using Anaconda is recommended ( https://conda.io/miniconda.html ).
conda config --add channels conda-forge
conda create --name geomagenv obspy pycurl
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**
......
name: geomagenv
channels:
- conda-forge
dependencies:
- python=3
- obspy
- pycurl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment