From 98353433db9eb90600a1e7d0d67ee0e2dc040455 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Sun, 31 Jul 2022 22:06:11 +0800 Subject: [PATCH] Debian readme (#1746) * v2.4.0 * update install guide --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index ae3a75e0..dbff3fd7 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -26,7 +26,7 @@ Actual Python packages are installed later. On Debian based systems (last verified on Debian 10, 2021-04-29):: - $ sudo apt-get install git python-virtualenv libssl-dev libffi-dev build-essential libpython3-dev python3-minimal authbind virtualenv + $ sudo apt-get install git python3-virtualenv libssl-dev libffi-dev build-essential libpython3-dev python3-minimal authbind virtualenv Step 2: Create a user account *****************************