Parcourir la source

Merge pull request #256 from srossen/patch-1

Update netbox.md
Jeremy Stretch il y a 8 ans
Parent
commit
4cba418d89
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      docs/installation/netbox.md

+ 2 - 1
docs/installation/netbox.md

@@ -9,9 +9,10 @@ NetBox requires following system dependencies:
 * libxslt1-dev
 * libffi-dev
 * 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.