From 4af8c0554e6922cbc0c31fde1d71a55e8ec24c61 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Fri, 8 Jan 2016 00:33:12 -0300 Subject: [PATCH] Update DOC.md --- DOC.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/DOC.md b/DOC.md index c011805..1b8ac6e 100644 --- a/DOC.md +++ b/DOC.md @@ -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.