Update example project README.

This commit is contained in:
Juan Ignacio Fiorentino 2015-04-30 12:45:04 -03:00
parent 2529fef5ba
commit 09b3d8d6d6

View file

@ -11,7 +11,7 @@ $ virtualenv project_env
$ source project_env/bin/activate
$ git clone https://github.com/juanifioren/django-oidc-provider.git
$ cd django-oidc-provider/example_app
$ cd django-oidc-provider/example_project
$ pip install -r requirements.txt
```