Skip to content

Commit 86069df

Browse files
author
james
committed
docs: mention graphviz in readme
1 parent 9242507 commit 86069df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/language/README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ Building and previewing the QL training presentations
8989
*****************************************************
9090

9191
To build the QL training presentations, you need to install a Sphinx extension
92-
called `hieroglyph <https://github.com/nyergler/hieroglyph>`__.
92+
called `hieroglyph <https://github.com/nyergler/hieroglyph>`__.
93+
You also need to install `graphviz <https://graphviz.gitlab.io/download/>`__, which
94+
is used to generate graphs on some slides.
9395

94-
After installing hieroglyph, you can build the QL training presentations by running
96+
After installing hieroglyph and graphviz, you can build the QL training presentations by running
9597
``sphinx-build``, specifying the ``slides`` builder. For example
9698

9799
.. code::

0 commit comments

Comments
 (0)