From ae2538f99c5fb836dc5ea95527b8256647e28fcd Mon Sep 17 00:00:00 2001 From: Eban Date: Wed, 27 Jan 2021 18:59:48 +0100 Subject: [PATCH 1/2] Update README.rst --- README.rst | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a3efde4..06ab904 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,18 @@ Continue to `configure postgresql <#configure-postgresql>`__. -------------- +RHEL and derivatives (CentOS, Fedora...) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. code-block:: bash + + $ sudo dnf update + $ sudo dnf install python3 python3-devel python3-pip python3-virtualenv git make gcc postgresql-server postgresql-contrib + +Continue to `configure postgresql <#configure-postgresql>`__. + +-------------- + Windows ^^^^^^^ @@ -64,12 +76,17 @@ https://wiki.archlinux.org/index.php/PostgreSQL Continue to `create the venv <#creating-the-virtual-environment>`__. - Debian ^^^^^^ https://wiki.debian.org/PostgreSql +Continue to `create the venv <#creating-the-virtual-environment>`__. +RHEL and derivatives (CentOS, Fedora...) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +https://fedoraproject.org/wiki/PostgreSQL + Continue to `create the venv <#creating-the-virtual-environment>`__. Creating the Virtual Environment From ce2b59b8d5254590d0815f88d68d43996cc21116 Mon Sep 17 00:00:00 2001 From: Eban Date: Wed, 27 Jan 2021 19:06:06 +0100 Subject: [PATCH 2/2] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 06ab904..0e432f3 100644 --- a/README.rst +++ b/README.rst @@ -82,6 +82,7 @@ Debian https://wiki.debian.org/PostgreSql Continue to `create the venv <#creating-the-virtual-environment>`__. + RHEL and derivatives (CentOS, Fedora...) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^