mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-09 18:21:44 +01:00
readme: clarified neededed dependencies
This commit is contained in:
parent
27d61089a7
commit
f2b2f16806
10
README.md
10
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue