From cbcafd5e52e120ae2c4dfea367dcf935f91c9cb5 Mon Sep 17 00:00:00 2001 From: Chris Gough Date: Sat, 30 May 2015 21:36:22 +1000 Subject: [PATCH] add instruction for installing from a local repository --- DOC.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOC.md b/DOC.md index 6a3cb31..e6d8783 100644 --- a/DOC.md +++ b/DOC.md @@ -46,6 +46,8 @@ Install the package using pip. 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 ``` Add it to your apps.