mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Removed note about graphviz being optional; installing graphviz prevents confusing error messages
This commit is contained in:
parent
1728d81677
commit
46ae4b307c
@ -58,14 +58,12 @@ NetBox requires following dependencies:
|
|||||||
* libxml2-dev
|
* libxml2-dev
|
||||||
* libxslt1-dev
|
* libxslt1-dev
|
||||||
* libffi-dev
|
* libffi-dev
|
||||||
* graphviz*
|
* graphviz
|
||||||
|
|
||||||
```
|
```
|
||||||
# apt-get install python2.7 python-dev git python-pip libxml2-dev libxslt1-dev libffi-dev graphviz
|
# apt-get install python2.7 python-dev git python-pip libxml2-dev libxslt1-dev libffi-dev graphviz
|
||||||
```
|
```
|
||||||
|
|
||||||
*graphviz is needed to render topology maps. If you have no need for this feature, graphviz is not required.
|
|
||||||
|
|
||||||
You may opt to install NetBox either from a numbered release or by cloning the master branch of its repository on GitHub.
|
You may opt to install NetBox either from a numbered release or by cloning the master branch of its repository on GitHub.
|
||||||
|
|
||||||
### Option A: Download a Release
|
### Option A: Download a Release
|
||||||
|
Loading…
Reference in New Issue
Block a user