From 4f68d3eb2a830a9fe424b561a6ca4664a0c582d7 Mon Sep 17 00:00:00 2001 From: Colm O'Connor Date: Wed, 12 Aug 2015 08:49:06 +0800 Subject: [PATCH] Removed sudo from pip install hitch, since the test invoker strictly speaking does not need to be run globally. --- {{cookiecutter.repo_name}}/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/README.rst b/{{cookiecutter.repo_name}}/README.rst index ba9f4d1f..acd8c066 100644 --- a/{{cookiecutter.repo_name}}/README.rst +++ b/{{cookiecutter.repo_name}}/README.rst @@ -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::