readme: clarified neededed dependencies

This commit is contained in:
Tobias Wellnitz, DH1TW 2024-01-03 22:09:42 +01:00
parent 27d61089a7
commit f2b2f16806

View file

@ -62,9 +62,7 @@ Open Source Software licenses, including the MIT license at [choosealicense.com]
Starting with version 0.8.0, `libxml2-dev` and `libxslt-dev` are required dependencies.
## Installation
Install the dependencies (e.g. on Debian/Ubuntu):
There is a good change that the libraries are already installed on your system. If not, you can install them with the package manager of your distro. For example on Debian / Ubuntu based distros the corresponding command is:
```bash
@ -72,6 +70,12 @@ $ sudo apt-get install libxml2-dev libxslt-dev
```
You don't need to install these libraries manually on Windows / MacOS.
## Installation
The easiest way to install pyhamtools is through the packet manager `pip`:
```bash