SVN: zope.tales/trunk/INSTALL.txt Fix copy-paste glitch.
Tres Seaver <[email protected]> Wed, 8 Mar 2006 16:03:15 -0500 (EST)
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
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 - [email protected] http://mail.zope.org/mailman/listinfo/zope-cvs Zope CVS instructions: http://dev.zope.org/CVS