#1090: Tweaked docs for Python3 on Ubuntu

This commit is contained in:
Jeremy Stretch
2017-04-21 13:30:18 -04:00
parent 38d826d152
commit 697866d1ba
3 changed files with 23 additions and 3 deletions

View File

@@ -5,13 +5,14 @@ NetBox requires a PostgreSQL database to store data. (Please note that MySQL is
**Debian/Ubuntu**
```no-highlight
# apt-get install -y postgresql libpq-dev python-psycopg2
# apt-get update
# apt-get install -y postgresql libpq-dev
```
**CentOS/RHEL**
```no-highlight
# yum install -y postgresql postgresql-server postgresql-devel python-psycopg2
# yum install -y postgresql postgresql-server postgresql-devel
# postgresql-setup initdb
```