Sfoglia il codice sorgente

Update netbox.md

Added libpq-dev as a dependency so the pip install of requirements.txt will complete.
Steve Rossen 9 anni fa
parent
commit
876361c0b2
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      docs/installation/netbox.md

+ 2 - 1
docs/installation/netbox.md

@@ -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.