diff README @ 155:6b08da550214

Mention --distribute flag for virtualenv in readme
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 01:33:06 -0400
parents c7be7def8b57
children
line wrap: on
line diff
--- 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