[Checkins] SVN: Zope/trunk/doc/INSTALL.txt note on easy_install

Andreas Jung andreas at andreas-jung.com
Fri Feb 20 11:16:39 EST 2009


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
 ------------------------
 



More information about the Checkins mailing list