
tseaver at palladion
Mar 8, 2006, 1:03 PM
Post #1 of 1
(851 views)
Permalink
|
|
SVN: zope.tales/trunk/INSTALL.txt Fix copy-paste glitch.
|
|
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 _______________________________________________ Zope-CVS maillist - Zope-CVS [at] zope http://mail.zope.org/mailman/listinfo/zope-cvs Zope CVS instructions: http://dev.zope.org/CVS
|