-
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Milestone
Description
Currently, generating a graph image just fails if GraphViz (dot
executable) is not installed. Instead, we should check for the existence and fail gracefully with a concise, readable error message. On Debian-based systems, we could perhaps also offer to install it via sudo apt-get install graphviz
.
klein0r