From 027c273442d7ef5ae5d8eb702f1e90e613468b84 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 7 Feb 2010 20:37:30 +0100 Subject: [PATCH] pip needs sudo --- docs/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.rst b/docs/development.rst index 959dcd58..2a39b327 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -34,7 +34,7 @@ To run tests, you need a couple of dependiencies. Some can be installed through The rest can be installed using pip:: sudo aptitude install python-pip python-setuptools bzr - pip install -r test-requirements.txt + sudo pip install -r test-requirements.txt Then, to run all tests::