[Repoze-checkins] r1035 - www/trunk/kiss.repoze.org/content
Chris McDonough
chrism at agendaless.com
Mon May 12 14:57:22 EDT 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Mon May 12 14:57:22 2008
New Revision: 1035
Log:
Fix paths.
Modified:
www/trunk/kiss.repoze.org/content/quickstart.stx
Modified: www/trunk/kiss.repoze.org/content/quickstart.stx
==============================================================================
--- www/trunk/kiss.repoze.org/content/quickstart.stx (original)
+++ www/trunk/kiss.repoze.org/content/quickstart.stx Mon May 12 14:57:22 2008
@@ -65,7 +65,7 @@
package using the virtual environment's 'easy_install' command::
$ cd /path/to/env
- $ bin/easy_install -i http://dist.repoze.org/plone/latest repoze.plone
+ $ bin/easy_install -i http://dist.repoze.org/plone/latest/simple repoze.plone
Once the 'repoze.plone' package and its dependencies are
installed, you must create "instance" files using the
@@ -89,7 +89,7 @@
environment, including Zope 2 and all of its dependencies::
$ cd /path/to/env
- $ bin/easy_install -i http://dist.repoze.org/zope2/latest repoze.zope2
+ $ bin/easy_install -i http://dist.repoze.org/zope2/latest/simple repoze.zope2
Once the 'repoze.zope2' package and its dependencies are
installed, you must create 'instance' files using the
@@ -112,7 +112,7 @@
environment, including grok 0.11 and all its dependencies::
$ cd /path/to/env
- $ bin/easy_install -i http://dist.repoze.org/grok/latest repoze.grok
+ $ bin/easy_install -i http://dist.repoze.org/grok/latest/simple repoze.grok
Once the 'repoze.grok' package and its dependencies are
installed, you must create 'instance' files using the
More information about the Repoze-checkins
mailing list