-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jon edited this page Jul 13, 2016
·
10 revisions
This Python package is for an Event Driven Finite State Machine.
It can be used for controlling processes such as twitter bots, traffic lights and pizza restaurants.
For my Ubuntu machine:
sudo apt-get install graphviz
sudo apt-get install libgraphviz-dev
sudo apt-get install pkg-config
pip install pygraphviz
For my Debian Machine:
conda install pygraphviz
If you get an OSError, this might help:
On a fresh Ubuntu 16.04 installation with Anacondas installed:
sudo apt-get install graphviz sudo apt-get install libgraphviz-dev pip install pygraphviz
Issues:
If there is an OSError complaining about dot: https://github.com/pygraphviz/pygraphviz/issues/97