From a687a38adf77c4ebbf4562e090a6344916554f03 Mon Sep 17 00:00:00 2001 From: Boris Morel <2323800+borismo@users.noreply.github.com> Date: Sat, 27 Oct 2018 11:44:57 +0200 Subject: [PATCH] Add not for Windows users --- docs/tutorial/1-init.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial/1-init.rst b/docs/tutorial/1-init.rst index 1668417..eec16a7 100644 --- a/docs/tutorial/1-init.rst +++ b/docs/tutorial/1-init.rst @@ -59,6 +59,8 @@ To inspect the graph of your first transformation: You must `install the graphviz software first `_. It is _not_ the python's graphviz package, you must install it using your system's package manager (apt, brew, ...). + + For Windows users: you might need to add an entry to the Path environment variable for the `dot` command to be recognized .. code-block:: shell-session