Skip to content
Snippets Groups Projects
Commit fee74ed7 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Updated readme install steps

parent 76596031
No related branches found
No related tags found
No related merge requests found
......@@ -7,27 +7,26 @@ Geomag algorithms includes tools to fetch, process, and output geomag data.
Install
-------
1. Install `python` (2.7.X)
We recommend using virtual environments:
- On OS X, we recommend using Homebrew ( http://brew.sh/ )
- http://docs.python-guide.org/en/latest/dev/virtualenvs/
2. Create a virtual environment (Optional, but recommended)
`virtualenv geomagenv`
activate virtual environment (note the period at the start).
`. geomagenv/bin/activate`
1. Install `python` (2.7.X)
- On OS X, we recommend using Homebrew ( http://brew.sh/ )
3. Install numpy, obspy requires this be installed separately.
2. Install numpy, obspy requires this be installed separately.
`pip install numpy`
4. Install geomagio
3. Install geomagio
`pip install git+https://github.com/usgs/geomag-algorithms.git`
5. Use geomagio
4. Use geomagio
- Use the main scripts, `xyz.py -h`.
- Use the xyz main script, `xyz.py -h`.
- In python scripts, `import geomagio` or `import geomagio.iaga2002`.
......
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