diff options
Diffstat (limited to 'docs/contributing.rst')
| -rw-r--r-- | docs/contributing.rst | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/docs/contributing.rst b/docs/contributing.rst index 56c8c09..3151bcd 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -22,11 +22,16 @@ the libraries required for working on the Debug Toolbar::  .. _virtualenv: http://www.virtualenv.org/ +You can run now run the example application:: + +    $ make example +  Tests  -----  Once you've set up a development environment as explained above, you can run -the test suite:: +the test suite for the versions of Django and Python installed in that +environment::      $ make test | 
