File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,11 @@ Building and previewing the QL training presentations
89
89
*****************************************************
90
90
91
91
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.
93
95
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
95
97
``sphinx-build ``, specifying the ``slides `` builder. For example
96
98
97
99
.. code ::
You can’t perform that action at this time.
0 commit comments