1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-03 01:28:06 +02:00
This commit is contained in:
AndrewCz 2024-03-19 22:37:51 +01:00 committed by GitHub
commit a642a093fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,35 @@
Install
=======
Using pip
---------
Install the dependencies from the operating system's repos, and then install ldapcherry using `pip`:
.. sourcecode:: bash
# RHEL/CentOS
$ sudo yum install epel-release && sudo yum install python-pip python-devel gcc openldap-devel
# Debian/Ubuntu
$ sudo apt install python-dev python-pip libldap2-dev libsasl2-dev libssl-dev
$ pip install ldapcherry
From the sources
----------------
Install the dependencies from the operating system's repos:
.. sourcecode:: bash
# RHEL/CentOS
$ sudo yum install epel-release && sudo yum install python36-pip python36-devel python36-PyYAML gcc openldap-devel
# Debian/Ubuntu
$ sudo apt install python-dev python-pip libldap2-dev libsasl2-dev libssl-dev
Download the latest release from `GitHub <https://github.com/kakwa/ldapcherry/releases>`_.
.. sourcecode:: bash