add instruction for installing from a local repository

This commit is contained in:
Chris Gough 2015-05-30 21:36:22 +10:00
parent 800bb55f43
commit cbcafd5e52

2
DOC.md
View file

@ -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.