1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #256 from srossen/patch-1

Update netbox.md
This commit is contained in:
Jeremy Stretch
2016-07-11 11:43:27 -04:00
committed by GitHub

View File

@ -9,9 +9,10 @@ NetBox requires following system dependencies:
* libxslt1-dev * libxslt1-dev
* libffi-dev * libffi-dev
* graphviz * graphviz
* libpq-dev
``` ```
# sudo apt-get install -y python2.7 python-dev git python-pip libxml2-dev libxslt1-dev libffi-dev graphviz # sudo apt-get install -y python2.7 python-dev git python-pip libxml2-dev libxslt1-dev libffi-dev graphviz libpq-dev
``` ```
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.