diff --git a/docs/contributing.rst b/docs/contributing.rst index 04aba00..0f92079 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -27,6 +27,14 @@ Local Installation 1. Create a **virtualenv**. Activate it. 2. cd into django-admin2 3. type ``$ pip install -r requirements.txt`` +4. type ``$ python setup.py develop`` + +Try the example projects +-------------------------- + +1. cd into example/ (or example2/) +2. create the database: `python manage.py syncdb` +3. run the dev server: `python manage.py runserver` Issues!