doc: add graphviz installation instructions

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-06-14 16:09:23 -07:00 committed by David Kinder
parent 2e3af9e062
commit a167f44e93
1 changed files with 3 additions and 2 deletions

View File

@ -122,13 +122,14 @@ Depending on your Linux version, install the needed tools:
.. code-block:: bash
sudo apt-get install doxygen python3-pip python3-wheel make
sudo apt-get install doxygen python3-pip \
python3-wheel make graphviz
* For Fedora use:
.. code-block:: bash
sudo dnf install doxygen python3-pip python3-wheel make
sudo dnf install doxygen python3-pip python3-wheel make graphviz
And for either Linux environment, install the remaining python-based
tools: