# HG changeset patch # User dellsystem # Date 1350279186 14400 # Node ID 6b08da550214cd05dce98f07ff37aa05062cd4f9 # Parent 3183ff09e086aa7125276e845c24ef163c9cfa81 Mention --distribute flag for virtualenv in readme diff --git a/README b/README --- a/README +++ b/README @@ -18,9 +18,12 @@ $ pip install -r pip-requirements - It is recommended that you do this within a virtualenv to avoid - conflicts with system-wide packages. More information about - virtualenv is available at www.virtualenv.org. + It is recommended that you do this within a virtualenv to avoid + conflicts with system-wide packages. More information about + virtualenv is available at www.virtualenv.org. + + If you do use virtualenv, you may have tocreate the virtualenv with the + --distribute flag, to avoid problems with installing distribute. 2) Clone this repository