Skip to content

Commit

Permalink
readme: clarified neededed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Jan 3, 2024
1 parent 27d6108 commit f2b2f16
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,20 @@ 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

$ 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
Expand Down

0 comments on commit f2b2f16

Please sign in to comment.