Update installation instructions authored by Tiago Peixoto's avatar Tiago Peixoto
...@@ -151,9 +151,8 @@ port install py-graph-tool ...@@ -151,9 +151,8 @@ port install py-graph-tool
#### Homebrew #### Homebrew
With [Homebrew](http://brew.sh/) the installation is also straightforward, since a formula for it is included in the "science" list: With [Homebrew](http://brew.sh/) the installation is also straightforward, since a formula for it is included in the main repository:
``` ```
brew tap homebrew/science
brew install graph-tool brew install graph-tool
``` ```
If you encounter an error installing graph-tool via Macports or Homebrew, please file a bug report via each respective project, not to graph-tool directly. If you encounter an error installing graph-tool via Macports or Homebrew, please file a bug report via each respective project, not to graph-tool directly.
... ...
......