changeset 155:6b08da550214

Mention --distribute flag for virtualenv in readme
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 01:33:06 -0400
parents 3183ff09e086
children 8c5810c3be63
files README
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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