Add note on how to update setuptools

Change-Id: I04ec53c473de42b35ad36804056ea92550eebe9c
Fixes: bug #1212133
This commit is contained in:
Imre Farkas 2013-09-18 13:24:08 +02:00
parent eb107a7449
commit c77822bff3

View File

@ -26,6 +26,10 @@ Setting up a local environment for development can be done with tox::
# create virtualenv
$ tox -e py27
Note: if ``pip install`` fails due to an outdated setuptools, you can try to update it first::
$ sudo pip install --upgrade setuptools
Configuration
-------------