doc: add graphviz installation instructions
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
2e3af9e062
commit
a167f44e93
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue