From b8021278017b5db7154e77b08878272ff9d9d064 Mon Sep 17 00:00:00 2001 From: Brian Candler Date: Sun, 8 Aug 2021 10:19:30 +0100 Subject: [PATCH] Documentation consistency on installation of libpq-dev(el) --- docs/installation/1-postgresql.md | 4 ++-- docs/installation/3-netbox.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/1-postgresql.md b/docs/installation/1-postgresql.md index 39008f188..644b2715c 100644 --- a/docs/installation/1-postgresql.md +++ b/docs/installation/1-postgresql.md @@ -11,13 +11,13 @@ This section entails the installation and configuration of a local PostgreSQL da ```no-highlight sudo apt update - sudo apt install -y postgresql libpq-dev + sudo apt install -y postgresql ``` === "CentOS" ```no-highlight - sudo yum install -y postgresql-server libpq-devel + sudo yum install -y postgresql-server sudo postgresql-setup --initdb ``` diff --git a/docs/installation/3-netbox.md b/docs/installation/3-netbox.md index e54bf6f3e..eb717093d 100644 --- a/docs/installation/3-netbox.md +++ b/docs/installation/3-netbox.md @@ -18,7 +18,7 @@ Begin by installing all system packages required by NetBox and its dependencies. === "CentOS" ```no-highlight - sudo yum install -y gcc python36 python36-devel python3-pip libxml2-devel libxslt-devel libffi-devel openssl-devel redhat-rpm-config + sudo yum install -y gcc python36 python36-devel python3-pip libxml2-devel libxslt-devel libffi-devel libpq-devel openssl-devel redhat-rpm-config ``` Before continuing with either platform, update pip (Python's package management tool) to its latest release: