Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 448 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 448 Bytes

Graphviz Installation Instructions

Windows 10

Instructions can be found here

Mac

Using homebrew

brew install graphviz

Using MacPorts

sudo port install graphviz

Linux

Debian Based Systems:

sudo apt install graphviz

Fedora/ReaHat/CentOS:

sudo yum install graphviz

Arch Base Systems

pacman -S graphviz