From 1fcc987f1a8a533dd8b63a2b923f622366920c5a Mon Sep 17 00:00:00 2001 From: nanu2 Date: Sun, 14 Sep 2014 16:24:31 +0200 Subject: [PATCH] added installation --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 -------