From 672f7d6a80d162be40f296a87b2ccc9a7fe4a52b Mon Sep 17 00:00:00 2001 From: W13R <9070224-W13R@users.noreply.gitlab.com> Date: Sat, 28 May 2022 19:44:36 +0200 Subject: [PATCH] Update package names for pg_config and Python version in docs --- docs/Setup.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Setup.md b/docs/Setup.md index f42ba70..caef81a 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -8,10 +8,11 @@ Before the actual setup, you have to satisfy the following dependencies: ### System - `pg_config` - - Fedora/RHEL/Ubuntu: `libpq-dev` + - Ubuntu: `libpq-dev` + - Fedora/RHEL: `libpq-devel` - `Caddy` 2.4.3+ (HTTP Reverse Proxy & Static File Server) - `gcc`, `gettext` -- `Python` 3.9 with pip +- `Python` 3.9+ with pip - `Python` header files - Fedora/RHEL: `python3-devel` - Ubuntu: `python3-dev`