From f215fddcb7d4fafae19ecaa7e953d86d73f6a531 Mon Sep 17 00:00:00 2001 From: Nicolai Buchwitz Date: Sun, 30 Jun 2024 21:39:36 +0200 Subject: [PATCH] doc: Update setup instructions Signed-off-by: Nicolai Buchwitz --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d45d624..625c134 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,17 @@ This check command depends on the following python modules: **Installation on Debian / Ubuntu** ``` -apt install python-enum34 python-requests +apt install python3 python3-requests ``` -**Installation on Redhat 6 / CentOS 6** +**Installation on Rocky / Alma Linux 9** ``` -yum install python-argparse python-enum34 python34-requests +yum install python3 python3-requests ``` -**Installation on Redhat 7 / CentOS 7** +**Installation on FreeBSD** ``` -yum install python-enum34 python-requests +pkg install python3 py39-requests ``` ## Usage