[Zope3-checkins] SVN: Zope3/trunk/skel/lib/ Add a lib/python/ directory to the instance home; it will contain a

Fred L. Drake, Jr. fred at zope.com
Fri May 14 13:36:17 EDT 2004


Log message for revision 24666:
Add a lib/python/ directory to the instance home; it will contain a
README.txt file that tells what the directory is for and how to install
distutils-based Python packages into the instance.



-=-
Added: Zope3/trunk/skel/lib/python/README.txt.in
===================================================================
--- Zope3/trunk/skel/lib/python/README.txt.in	2004-05-14 17:09:17 UTC (rev 24665)
+++ Zope3/trunk/skel/lib/python/README.txt.in	2004-05-14 17:36:17 UTC (rev 24666)
@@ -0,0 +1,8 @@
+This directory will hold any additional Python packages installed into
+this Zope instance.  Installing Distutils-based packages should be
+done using the command:
+
+  <<PYTHON>> setup.py install --home <<INSTANCE_HOME>>
+
+This will cause the newly installed Python packages to appear in this
+directory.


Property changes on: Zope3/trunk/skel/lib/python/README.txt.in
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the Zope3-Checkins mailing list