diff --git a/README.md b/README.md index 0403fc4..8ea3238 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,18 @@ Ldappr ======= Ldappr is a wrapper around python-ldap, meant for quick and easy handling of -common administrative tasks concerning your LDAP compliant repository. It is particularly useful in small, one-time scripts to get things done, or interactively within an (i)Python shell. +common administrative tasks concerning your LDAP compliant repository. It is +particularly useful in small, one-time scripts to get things done, or +interactively within an (i)Python shell. + +Installation +------------ + +Of course, python-ldap is supposed to be already installed. + +``` +pip install ldappr +``` Connect -------