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
c38acc1f
Commit
c38acc1f
authored
9 years ago
by
Eddie McWhirter
Browse files
Options
Downloads
Patches
Plain Diff
Remove some extra wording and fix broken links in install readme.
parent
bbcd4a46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/install.md
+14
-25
14 additions, 25 deletions
docs/install.md
with
14 additions
and
25 deletions
docs/install.md
+
14
−
25
View file @
c38acc1f
...
@@ -4,12 +4,11 @@ Installation
...
@@ -4,12 +4,11 @@ Installation
We recommend using virtual environments:
We recommend using virtual environments:
[
(http://docs.python-guide.org/en/latest/dev/virtualenvs/)
](
http://docs.python-guide.org/en/latest/dev/virtualenvs/
)
[
(http://docs.python-guide.org/en/latest/dev/virtualenvs/)
](
http://docs.python-guide.org/en/latest/dev/virtualenvs/
)
Check out the
[
Mac
](
#mac
)
and
[
Windows
](
#windows
)
details below for more
[
Mac
](
#mac
)
and
[
Windows
](
#windows
)
specific details are below.
specific dependency information.
1.
Install __geomagio__
1.
Install __geomagio__
pip install git+https://github.com/usgs/geomag-algorithms.git
pip install git+https://github.com/usgs/geomag-algorithms.git
1.
Use __geomagio__
1.
Use __geomagio__
...
@@ -25,17 +24,19 @@ pages have more instructions and examples.
...
@@ -25,17 +24,19 @@ pages have more instructions and examples.
1. Install `python` (2.7.X)
1. Install `python` (2.7.X)
On OS X, we recommend using Homebrew (
http://brew.sh/
)
On OS X, we recommend using Homebrew
[http://brew.sh/]
(http://brew.sh/)
1. Install numpy, obspy requires this be installed separately.
1. Install numpy, obspy requires this be installed separately.
pip install numpy
pip install numpy
1. Install `node`, `git` and `python` (2.7.X).
1. Install `node`, `git` and `python` (2.7.X).
On OS X, we recommend using [Homebrew (http://brew.sh/)][]
brew install node
On OS X, we recommend using Homebrew
brew install git
```
brew install node
brew install git
```
1. Use pip to install `numpy`, `scipy`, `obspy`, and `flake8`
1. Use pip to install `numpy`, `scipy`, `obspy`, and `flake8`
...
@@ -52,30 +53,18 @@ pages have more instructions and examples.
...
@@ -52,30 +53,18 @@ pages have more instructions and examples.
1. Close and re-open your terminal so that your new PATH is loaded.
1. Close and re-open your terminal so that your new PATH is loaded.
Make sure to navigate back to your `geomag-algorithms` project directory.
Make sure to navigate back to your `geomag-algorithms` project directory.
[
Homebrew
]
:
http://brew.sh/
---
---
### Windows ###
### Windows ###
1.
You will need a terminal tool for Windows.
1.
You will need a terminal tool for Windows. We recommend Git Bash
[
Git Bash (http://git-scm.com/download/win)
][]
was used to test
[
(http://git-scm.com/download/win)
](
http://git-scm.com/download/win
)
, but
these steps, but
[
Cygwin (http://cygwin.com/install.html)
][]
or another
another unix-like editor should work too.
unix-like editor should work too.
-
Choosing PATH environment: We recommend the __last option__ here to include
1.
Install Anaconda
Unix tools, but if you don't understand what that entails then use the
[
(http://continuum.io/downloads)
](
http://continuum.io/downloads
)
, which
_second option_ which still adds Git to your system PATH.
includes
`numpy`
,
`scipy`
and
`flake8`
.
-
Besides that, all of the defaults should be sufficient.
1.
Install
[
Anaconda (http://continuum.io/downloads)
][]
, which includes
`numpy`
,
`scipy`
and
`flake8`
.
-
We recommend using _"Just Me"_ for the install to avoid potential admin
issues.
1.
Run
`python`
to verify that Anaconda's version of Python is being used.
1.
Run
`python`
to verify that Anaconda's version of Python is being used.
If it isn't, update your PATH so that Conda's HOME is before any other
If it isn't, update your PATH so that Conda's HOME is before any other
versions of Python.
versions of Python.
[
Git Bash
]:
http://git-scm.com/download/win
[
Cygwin
]:
http://cygwin.com/install.html
[
Anaconda
]:
http://continuum.io/downloads
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