Added changes as per codereview.

This commit is contained in:
Martin Brochhaus 2012-02-20 17:58:23 +01:00
commit 67472298ca
4 changed files with 3 additions and 4 deletions

View file

@ -25,7 +25,7 @@ To create the virtualenv environment, you have to do::
Then you would have to install all the dependencies::
$ pip install -r dev_requirements.txt
$ pyhthon setup.py develop
$ python setup.py develop
Running the test suite
======================