[Zope-Checkins] SVN: Zope/branches/2.12/doc/INSTALL.rst better text for buldout
Andreas Jung
andreas at andreas-jung.com
Thu Oct 1 01:14:06 EDT 2009
Log message for revision 104666:
better text for buldout
Changed:
U Zope/branches/2.12/doc/INSTALL.rst
-=-
Modified: Zope/branches/2.12/doc/INSTALL.rst
===================================================================
--- Zope/branches/2.12/doc/INSTALL.rst 2009-10-01 05:09:35 UTC (rev 104665)
+++ Zope/branches/2.12/doc/INSTALL.rst 2009-10-01 05:14:05 UTC (rev 104666)
@@ -34,7 +34,9 @@
"bootstrapped" with your Python version. You have to download the Zope 2
source distribution from `PyPI <http://pypi.python.org/pypi/Zope2>`_ first. E.g.::
- $ cd /path/to/zope
+ $ wget http://pypi.python.org/packages/source/Z/Zope2/Zope2-2.12.0.tar.gz
+ $ tar xfvz Zope2-2.12.0.tar.gz
+ $ cd Zope2-2.12.0
$ /path/to/your/python bootstrap/bootstrap.py
The bootstrap script creates a ``buildout`` script in ``bin``; run this
More information about the Zope-Checkins
mailing list