Add not for Windows users

This commit is contained in:
Boris Morel
2018-10-27 11:44:57 +02:00
committed by GitHub
parent b4feb09b7a
commit a687a38adf

View File

@ -60,6 +60,8 @@ To inspect the graph of your first transformation:
You must `install the graphviz software first <https://www.graphviz.org/download/>`_. It is _not_ the python's graphviz You must `install the graphviz software first <https://www.graphviz.org/download/>`_. It is _not_ the python's graphviz
package, you must install it using your system's package manager (apt, brew, ...). 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 .. code-block:: shell-session
$ bonobo inspect --graph tutorial.py | dot -Tpng -o tutorial.png $ bonobo inspect --graph tutorial.py | dot -Tpng -o tutorial.png