[Zope-CVS] SVN: zope.tales/trunk/INSTALL.txt Fix copy-paste glitch.
Tres Seaver
tseaver at palladion.com
Wed Mar 8 16:03:15 EST 2006
Log message for revision 65884:
Fix copy-paste glitch.
Changed:
U zope.tales/trunk/INSTALL.txt
-=-
Modified: zope.tales/trunk/INSTALL.txt
===================================================================
--- zope.tales/trunk/INSTALL.txt 2006-03-08 20:55:55 UTC (rev 65883)
+++ zope.tales/trunk/INSTALL.txt 2006-03-08 21:03:14 UTC (rev 65884)
@@ -26,9 +26,9 @@
Check out the package from subversion:
- $ svn co svn+ssh://svn.zope.org/repos/main/zope.deprecation/trunk \
- src/zope.deprecation
- $ cd src/zope.deprecation
+ $ svn co svn+ssh://svn.zope.org/repos/main/zope.tales/trunk \
+ src/zope.tales
+ $ cd src/zope.tales
Install it as a "devlopment egg" (which also installs its "hard"
dependencies):
@@ -67,8 +67,8 @@
You can also install it from a source distribution:
- $ /path/to/easy_install --find-links="...." -eb src zope-deprecation
- $ cd src/zope.deprecation
+ $ /path/to/easy_install --find-links="...." -eb src zope-tales
+ $ cd src/zope.tales
$ /path/to/your/python setup.py devel
@@ -78,6 +78,6 @@
Install the package as a "binary egg" (which also installs its "hard"
dependencies):
- $ /path/to/easy_install --find-links="...." zope-deprecation
+ $ /path/to/easy_install --find-links="...." zope-tales
More information about the Zope-CVS
mailing list