Skip to content

Commit

Permalink
Update README.md (installation instructions)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocox authored Sep 5, 2018
1 parent 8afb95c commit 66d28ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ Installation

Install ForneyLab through the Julia package manager:
```jl
Pkg.add("ForneyLab")
] add ForneyLab
```
If you want to be able to use the graph visualization functions, you will also need to have [GraphViz](http://www.graphviz.org/) installed. On Linux, just use `apt-get install graphviz` or `yum install graphviz`. On Windows, run the installer and afterwards manually add the path of the GraphViz installation to the `PATH` system variable. On MacOS, use for example `brew install graphviz`. The `dot` command should work from the command line.

Some demos use the [PyPlot](https://github.com/stevengj/PyPlot.jl) plotting module. Install it using `Pkg.add("PyPlot")`.
Some demos use the [PyPlot](https://github.com/stevengj/PyPlot.jl) plotting module. Install it using `] add PyPlot`.

Optionally, use `] test ForneyLab` to validate the installation by running the test suite.


Getting started
Expand Down

0 comments on commit 66d28ef

Please sign in to comment.