From 4b65637a5debcea9d52bcaa5e2d085ea01ad194c Mon Sep 17 00:00:00 2001 From: outscale-kfe Date: Tue, 28 Feb 2023 09:47:13 +0100 Subject: [PATCH] add prerequisites --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4fa797e..d039096 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Tested for Zabbix 4.4.10 and 6.2 You will need [Python 3.6+](https://www.python.org/) or later. It is a good practice to create a dedicated virtualenv first. Even if it usually won't harm to install Python libraries directly on the system, better to contain dependencies in a virtual environment. +### Prerequisites (names depending of your distro) +``` +gcc +python3-devel +``` + - Clone this repository - Change directory ```