Skip to content

Commit

Permalink
Fixes #441: Added openssl-devel to list of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Aug 11, 2016
1 parent 098ff96 commit 6f12297
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation/netbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ NetBox requires following system dependencies:
* libffi-dev
* graphviz
* libpq-dev
* libssl-dev

```
# sudo apt-get install -y python2.7 python-dev git python-pip libxml2-dev libxslt1-dev libffi-dev graphviz libpq-dev
# sudo apt-get install -y python2.7 python-dev python-pip libxml2-dev libxslt1-dev libffi-dev graphviz libpq-dev libssl-dev
```

You may opt to install NetBox either from a numbered release or by cloning the master branch of its repository on GitHub.
Expand Down

0 comments on commit 6f12297

Please sign in to comment.