Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9242507 commit 86069dfCopy full SHA for 86069df
1 file changed
docs/language/README.rst
@@ -89,9 +89,11 @@ Building and previewing the QL training presentations
89
*****************************************************
90
91
To build the QL training presentations, you need to install a Sphinx extension
92
-called `hieroglyph <https://github.com/nyergler/hieroglyph>`__.
+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.
95
-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
97
``sphinx-build``, specifying the ``slides`` builder. For example
98
99
.. code::
0 commit comments