docs: mention graphviz in readme

This commit is contained in:
james
2019-09-18 16:57:29 +01:00
parent 9242507487
commit 86069df9ee

View File

@@ -89,9 +89,11 @@ Building and previewing the QL training presentations
*****************************************************
To build the QL training presentations, you need to install a Sphinx extension
called `hieroglyph <https://github.com/nyergler/hieroglyph>`__.
called `hieroglyph <https://github.com/nyergler/hieroglyph>`__.
You also need to install `graphviz <https://graphviz.gitlab.io/download/>`__, which
is used to generate graphs on some slides.
After installing hieroglyph, you can build the QL training presentations by running
After installing hieroglyph and graphviz, you can build the QL training presentations by running
``sphinx-build``, specifying the ``slides`` builder. For example
.. code::