pip install jabba
If you run into Permission denied problem either use
pip install jabba --user
to install jabba to your local profile directory, or
sudo pip install jabba
if you have root access.
If you see this error after installation
GraphViz's executables not found
try
sudo apt-get install python3-pygraphviz
Check out wiki page about usage.
Check out examples wiki page.
Check out wiki page for developers.
