Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geomag-algorithms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Geomagnetism Program
geomag-algorithms
Commits
fee74ed7
Commit
fee74ed7
authored
10 years ago
by
Jeremy M Fee
Browse files
Options
Downloads
Patches
Plain Diff
Updated readme install steps
parent
76596031
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-10
9 additions, 10 deletions
README.md
with
9 additions
and
10 deletions
README.md
+
9
−
10
View file @
fee74ed7
...
...
@@ -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 script
s
, `xyz.py -h`.
- Use the
xyz
main script, `xyz.py -h`.
- In python scripts, `import geomagio` or `import geomagio.iaga2002`.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment