Skip to content

Commit

Permalink
Add pip installation information to README
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Mar 28, 2016
1 parent 2184f4e commit 0f2f31e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 ##

Expand Down

0 comments on commit 0f2f31e

Please sign in to comment.