Log message for revision 96840:
  note on easy_install
  

Changed:
  U   Zope/trunk/doc/INSTALL.txt

-=-
Modified: Zope/trunk/doc/INSTALL.txt
===================================================================
--- Zope/trunk/doc/INSTALL.txt  2009-02-20 16:03:39 UTC (rev 96839)
+++ Zope/trunk/doc/INSTALL.txt  2009-02-20 16:16:39 UTC (rev 96840)
@@ -29,8 +29,8 @@
   (gcc recommended).
 
 
-Building Zope
--------------
+Building Zope using zc.buildout
+-------------------------------
 
 Zope is built using the ``zc.buildout`` library, which needs to be
 "boostrapped" with your Python version.  E.g.::
@@ -43,7 +43,19 @@
 
   $ bin/buildout
 
+Installing Zope using easy_install
+----------------------------------
 
+Zope can be installed using ``easy_install`` either using a global
+easy_install installation or within a virtualized Python environment
+(using ``virtualenv``)::
+
+  $ /path/to/easy_install Zope2
+
+This will create the related scripts like ``mkzopeinstance`` within the
+``bin`` folder of you global or virtualized Python environment.
+
+
 Creating a Zope Instance
 ------------------------
 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to