From 069db05dec4d8352d37cf05cf3c6ffd04b69fc91 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 11 Oct 2009 02:42:10 +0000 Subject: Use 1.1 index. Explain where "request" comes from in templates. --- docs/narr/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/narr/install.rst') diff --git a/docs/narr/install.rst b/docs/narr/install.rst index e15c4afbf..52f92960f 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -236,10 +236,10 @@ virtualenv (``bfgenv``) directory: .. code-block:: bash :linenos: - $ bin/easy_install -i http://dist.repoze.org/bfg/current/simple repoze.bfg + $ bin/easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg .. warning:: Note carefully the ``-i - http://dist.repoze.org/bfg/current/simple`` above. It is required. + http://dist.repoze.org/bfg/1.1/simple`` above. It is required. :mod:`repoze.bfg` software is maintained in its own index; :mod:`repoze.bfg` cannot be installed from PyPI. @@ -288,12 +288,12 @@ Installing :mod:`repoze.bfg` on a Windows System #. (Optional) Consider using ``bin\activate.bat`` to make your shell environment wired to use the virtualenv. -#. Use ``easy_install`` and point to the BFG "current index to get BFG +#. Use ``easy_install`` and point to the BFG "1.1" index to get BFG and its direct dependencies installed: .. code-block:: bat - c:\bfgenv> Scripts\easy_install -i http://dist.repoze.org/bfg/current/simple repoze.bfg + c:\bfgenv> Scripts\easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg Installing :mod:`repoze.bfg` on Google App Engine ------------------------------------------------- -- cgit v1.2.3