[Checkins] SVN: zope.interface/trunk/INSTALL.txt Doc. fix
    Tres Seaver 
    tseaver at palladion.com
       
    Thu May 11 12:06:31 EDT 2006
    
    
  
Log message for revision 68097:
  Doc. fix
Changed:
  U   zope.interface/trunk/INSTALL.txt
-=-
Modified: zope.interface/trunk/INSTALL.txt
===================================================================
--- zope.interface/trunk/INSTALL.txt	2006-05-11 10:08:30 UTC (rev 68096)
+++ zope.interface/trunk/INSTALL.txt	2006-05-11 16:06:30 UTC (rev 68097)
@@ -33,7 +33,7 @@
 Install it as a "devlopment egg" (which also installs its "hard"
 dependencies):
 
-  $ /path/to/your/python setup.py devel
+  $ /path/to/your/python setup.py develop
 
 The installation of dependency eggs uses the 'setup.cfg' file in
 the checkout.  You can supply '--find-links' on the command line to
@@ -69,7 +69,7 @@
 
   $ /path/to/easy_install --find-links="...." -eb src zope.interface
   $ cd src/zope.interface
-  $ /path/to/your/python setup.py devel
+  $ /path/to/your/python setup.py develop
 
 
 Installing a Binary Egg
    
    
More information about the Checkins
mailing list