CSC403: Install Graphviz [2/5] |
This step is necessary to draw the pictures, which is useful for debugging. Install the latest version.
On Windows or Linux, download and install Graphviz
from here:
Graphviz
If you run into problems, have a look at New simplified installation procedure on Windows.
On a mac, you need to install
Homebrew
Once you have homebrew, just enter the following commands on the Terminal:
brew update brew install graphviz