Update README.md

This commit is contained in:
kevin.francoise 2023-02-28 08:52:23 +00:00
parent 4b65637a5d
commit 8c00595604
1 changed files with 4 additions and 6 deletions

View File

@ -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
```