Add note on how to update setuptools
Change-Id: I04ec53c473de42b35ad36804056ea92550eebe9c Fixes: bug #1212133
This commit is contained in:
parent
eb107a7449
commit
c77822bff3
@ -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
|
||||
-------------
|
||||
|
Loading…
Reference in New Issue
Block a user