Update README.md

This commit is contained in:
Martin Mahner 2013-03-30 13:46:13 +01:00
parent 820a5343d5
commit 3c30cdb599

View file

@ -16,5 +16,5 @@ Testing
``` ```
$ pip install -r requirements.txt $ pip install -r requirements.txt
$ pip install -e . $ pip install -e .
$ manage.py test dpaste --settings=dpaste.settings_test $ manage.py test dpaste
``` ```