Installing graphviz¶ On windows¶ It is already installed on anaconda. On mac¶ Install homebrew from https://brew.sh/ brew install graphviz On linux¶ sudo apt install graphviz sudo pacman -S graphviz