Removed sudo from pip install hitch, since the test invoker strictly speaking does not need to be run globally.

This commit is contained in:
Colm O'Connor 2015-08-12 08:49:06 +08:00
parent a8836b390b
commit 4f68d3eb2a

View File

@ -159,7 +159,7 @@ N.B. The integration tests will not run on Windows.
To install the test runner::
$ sudo pip install hitch
$ pip install hitch
To run the tests, enter the {{cookiecutter.repo_name}}/tests directory and run the following commands::