diff INSTALL.txt @ 429:47301bf13ec3

no packrat for python3, darn
author catherine.devlin@gmail.com
date Thu, 28 Jul 2011 18:32:19 -0400
parents fe75803a4a5e
children
line wrap: on
line diff
--- a/INSTALL.txt	Thu Jul 28 17:46:18 2011 -0400
+++ b/INSTALL.txt	Thu Jul 28 18:32:19 2011 -0400
@@ -19,4 +19,5 @@
   sudo python3 distribute_setup.py
 
   sudo python3 setup.py install
-  
+
+2to3 won't run if there's a ``build`` directory that's newer than your source code.  Deleting the ``cmd2/build`` directory before running setup.py ensures that this won't be a problem.