Skip to content
Jon edited this page Jul 13, 2016 · 10 revisions

Event Driven Finite State Machine Wiki!

About

This Python package is for an Event Driven Finite State Machine.

What is it useful for?

It can be used for controlling processes such as twitter bots, traffic lights and pizza restaurants.

Dependencies

PyGraphViz

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

Clone this wiki locally