CSC301: Admin: Install Graphviz [12/56] Previous pageContentsNext page

This step is only necessary to draw the pictures that I show in class.

On windows, download and install Graphviz from here: Graphviz
install-graphviz-windows

On the mac, you need to install Homebrew
install-graphviz-mac

Once you have homebrew, just enter the following commands on the Terminal:

brew update
brew install graphviz

Previous pageContentsNext page