From 0f2f31e6b12e407928dcc921b809e11c5071d070 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 28 Mar 2016 10:39:58 -0700 Subject: [PATCH] Add pip installation information to README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 548796e..24374e0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ # ldapauthenticator -Simple LDAP Authenticator Plugin for Jupyter +Simple LDAP Authenticator Plugin for JupyterHub + +## Installation ## + +You can install it from pip with: + +``` +pip install jupyterhub-ldapauthenticator +``` + +## Requirements ## + +I've only tested with python3 - anyone willing to test with python2 +is welcome to do so! There's no reason it shouldn't work. ## Usage ##