From 78e0c3afe2987f999307f7d7a5b4ca3562b51ba0 Mon Sep 17 00:00:00 2001 From: Hanne Moa Date: Mon, 30 Oct 2023 14:02:29 +0100 Subject: [PATCH] Update names of OS dependencies --- doc/howto/manual-install-on-debian.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howto/manual-install-on-debian.rst b/doc/howto/manual-install-on-debian.rst index 121a6b1fc7..05a00c6311 100644 --- a/doc/howto/manual-install-on-debian.rst +++ b/doc/howto/manual-install-on-debian.rst @@ -15,7 +15,7 @@ something that isn't Debian-based. First get the following OS packages:: - apt-get install -y python-pip python-wheel git postgresql apache2 libapache2-mod-wsgi libsnmp30 + apt-get install -y python-pip python-wheel git postgresql apache2 libapache2-mod-wsgi-py3 libsnmp30 2. Get the source