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
d3c62ca6
Commit
d3c62ca6
authored
10 years ago
by
Eddie McWhirter
Browse files
Options
Downloads
Patches
Plain Diff
Clean up some spacing.
parent
b697d43e
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
readme_dependency_install.md
+23
-15
23 additions, 15 deletions
readme_dependency_install.md
with
23 additions
and
15 deletions
readme_dependency_install.md
+
23
−
15
View file @
d3c62ca6
...
@@ -19,12 +19,12 @@ Readme dependencies
...
@@ -19,12 +19,12 @@ Readme dependencies
---
---
### Windows ###
### Windows ###
1.
You will need a terminal tool for Windows.
I
used
[
Git Bash
][]
to test these
1.
You will need a terminal tool for Windows.
We
used
[
Git Bash
][]
to test these
steps, but
[
Cygwin
][]
or another unix-like editor should work fine too.
steps, but
[
Cygwin
][]
or another unix-like editor should work fine too.
-
PATH environment. I recommend the __last option__ here to include Unix
tools, but if you don't understand what that entails then use th
e
-
Choosing PATH environment: We recommend the __last option__ here to includ
e
_second option_ which still adds Git to your system PATH then click
Unix tools, but if you don't understand what that entails then use the
**Next**
.
_second option_ which still adds Git to your system PATH
.
-
Besides that, keep all of the defaults.
-
Besides that, keep all of the defaults.
1.
Install the newest release of
[
Node
][]
for Windows, using the Windows
1.
Install the newest release of
[
Node
][]
for Windows, using the Windows
...
@@ -37,9 +37,12 @@ Readme dependencies
...
@@ -37,9 +37,12 @@ Readme dependencies
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.
1.
Install
`obspy`
from the terminal.
`easy_install obspy`
`easy_install obspy`
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.
...
@@ -54,21 +57,26 @@ Readme dependencies
...
@@ -54,21 +57,26 @@ Readme dependencies
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
][]
-
On OS X, we recommend using
[
Homebrew
][]
```
brew install node```
```
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`
`pip install numpy scipy obspy flake8`
`pip install numpy scipy obspy flake8`
1.
Update paths as needed in your
`~/.bash_profile`
:
1.
Update paths as needed in your
`~/.bash_profile`
:
```
# brew installed binaries
```
```
export PATH=$PATH:/usr/local/bin
```
```
```
# npm installed binaries
```
export PATH=$PATH:/usr/local/bin`
```
export PATH=$PATH:/usr/local/share/npm/bin
```
# npm installed binaries
```
# gem installed binaries
```
export PATH=$PATH:/usr/local/share/npm/bin
```
export PATH=$PATH:/usr/local/opt/ruby/bin
```
# gem installed binaries
export PATH=$PATH:/usr/local/opt/ruby/bin
```
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-
baseline-calculator
`
project directory.
Make sure to navigate back to your
`geomag-
algorithms
`
project directory.
[
Homebrew
]:
http://brew.sh/
[
Homebrew
]:
http://brew.sh/
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