summaryrefslogtreecommitdiff
path: root/tools/state_graph.py
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-04-16 12:14:07 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-04-16 16:29:49 -0700
commit672e1f44c567c9322acd763415952e7813ef6407 (patch)
tree226609a201d4d7fa02929a4dcc97c4ad44d98375 /tools/state_graph.py
parenta33c533f7040f5ae4345fc90eafb839372ea99df (diff)
downloadtaskflow-672e1f44c567c9322acd763415952e7813ef6407.tar.gz
Add states generating venv and use pydot2
Make it easier for others to create the states diagrams and use a non-broken pydot fork that is actually being maintained (pydot2). Change-Id: Ia16c53a513159a8f15c5d7c75e22553dc1273b37
Diffstat (limited to 'tools/state_graph.py')
-rwxr-xr-xtools/state_graph.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/state_graph.py b/tools/state_graph.py
index 7711826..3196140 100755
--- a/tools/state_graph.py
+++ b/tools/state_graph.py
@@ -22,8 +22,9 @@ top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__),
os.pardir))
sys.path.insert(0, top_dir)
-# To get this installed you may have to follow:
-# https://code.google.com/p/pydot/issues/detail?id=93 (until fixed).
+# To get this installed you have to do the following:
+#
+# $ pip install pydot2
import pydot
from taskflow.engines.action_engine import runner