Skip to content

Commit

Permalink
Debian/Ubuntu dependencies packages list
Browse files Browse the repository at this point in the history
Please note, in Debian/Ubuntu systems you may need to install the following
packages: libsasl2-dev, python-dev, libldap2-dev, libssl-dev

Update README file
  • Loading branch information
freemangh authored and peterpakos committed Jun 20, 2019
1 parent 7689e67 commit 3087c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -41,6 +41,10 @@ packages:
```
$ sudo yum install python-devel openldap-devel
```
Debian/Ubuntu systems may require these packages instead:
```
$ sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev
```

The tool is available in PyPI and can be installed using pip:
```
Expand Down

0 comments on commit 3087c1a

Please sign in to comment.