# HG changeset patch # User dellsystem # Date 1350279186 14400 # Node ID 6b08da550214cd05dce98f07ff37aa05062cd4f9 # Parent 3183ff09e086aa7125276e845c24ef163c9cfa81 Mention --distribute flag for virtualenv in readme diff -r 3183ff09e086 -r 6b08da550214 README --- a/README Mon Oct 15 01:06:17 2012 -0400 +++ b/README Mon Oct 15 01:33:06 2012 -0400 @@ -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