Update DOC.md

This commit is contained in:
Juan Ignacio Fiorentino 2016-01-08 00:33:12 -03:00
parent 305b08ce03
commit 4af8c0554e

6
DOC.md
View file

@ -50,12 +50,6 @@ Install the package using pip.
```bash
$ pip install django-oidc-provider
# Latest code from repository.
$ pip install git+https://github.com/juanifioren/django-oidc-provider.git#egg=oidc_provider
# Install it live after clone.
$ pip install -e .
```
Add it to your apps.