pip needs sudo

This commit is contained in:
Stein Magnus Jodal 2010-02-07 20:37:30 +01:00
parent 300e23bf11
commit 027c273442

View File

@ -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::