From 6ca852bc083fe9490e3895a9bb5e2bb92204d245 Mon Sep 17 00:00:00 2001 From: c0m4r Date: Sat, 13 Jan 2024 19:42:20 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d153264..921d816 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ xbps-install -Sy bash gcc git openssl-devel python3 python3-devel #### Debian / Ubuntu / Linux Mint ``` -apt -y install bash build-essential git libssl-dev python3 python3-dev python3-pip python3-venv +apt -y install gcc git libssl-dev python3 python3-dev python3-venv +update-alternatives --install /usr/bin/python python /usr/bin/python3 1 ``` #### Rocky Linux / AlmaLinux