Skip to content
Snippets Groups Projects
Commit c38acc1f authored by Eddie McWhirter's avatar Eddie McWhirter
Browse files

Remove some extra wording and fix broken links in install readme.

parent bbcd4a46
No related branches found
No related tags found
No related merge requests found
...@@ -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
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