Skip to content

Commit

Permalink
Merge pull request #897 from heplesser/brew_update
Browse files Browse the repository at this point in the history
Update NEST Homebrew installation instructions to changes in Homebrew.
Since this is a simple installation documentation update, I merge with one positive review.
  • Loading branch information
heplesser authored Mar 14, 2018
2 parents 9230ddd + e60892d commit 3dde08e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion extras/userdoc/md/documentation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The easiest way to install NEST on a Mac is to install it via the Homebrew packa

1. Add the homebrew/science tap by running

`brew tap homebrew/science`
`brew tap brewsci/science`

2. For information on what options NEST has and what will be installed,
run
Expand All @@ -151,6 +151,11 @@ The easiest way to install NEST on a Mac is to install it via the Homebrew packa
Options have to be appended, e.g. to install NEST with PyNEST run

brew install nest --with-python

This will install the most recent release version of NEST. To build
NEST from the most recent sources on Github, use

brew install nest --HEAD

### Manual installation

Expand Down

0 comments on commit 3dde08e

Please sign in to comment.