From 0567bd9c78c01a83bc99f25d5b21cec45ba45af3 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Tue, 4 Aug 2015 12:55:10 -0300 Subject: [PATCH] Edit DOC. --- DOC.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/DOC.md b/DOC.md index 5511ada..fd19b08 100644 --- a/DOC.md +++ b/DOC.md @@ -46,11 +46,13 @@ If you want to get started fast see our [example project](https://github.com/jua Install the package using pip. ```bash -pip install django-oidc-provider -# Or latest code from repo. -pip install git+https://github.com/juanifioren/django-oidc-provider.git#egg=oidc_provider -# Or if working from a local repo -pip install git+./#egg=oidc_provider +$ 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.