From 8c0059560440a09ee6885d18168cc6aabad551e0 Mon Sep 17 00:00:00 2001 From: "kevin.francoise" Date: Tue, 28 Feb 2023 08:52:23 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d039096..333e6f4 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,14 @@ Tested for Zabbix 4.4.10 and 6.2 ![](super-vision-example.png) +## Prerequisites +- gcc +- python3-devel + ## Installation 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 ```