From f2b2f16806036736b4cd91cbeacc694678010edb Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Wed, 3 Jan 2024 22:09:42 +0100 Subject: [PATCH] readme: clarified neededed dependencies --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ec3d27..b02b2bb 100644 --- a/README.md +++ b/README.md @@ -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