summaryrefslogtreecommitdiff
path: root/docs/narr/install.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-10-11 02:42:10 +0000
committerChris McDonough <chrism@agendaless.com>2009-10-11 02:42:10 +0000
commit069db05dec4d8352d37cf05cf3c6ffd04b69fc91 (patch)
tree9e95aa8c1d589ac73be6e341f9da3e3395dee2cb /docs/narr/install.rst
parentf7fa319efa14ccdbdaf1509acc20ccb746888596 (diff)
downloadpyramid-069db05dec4d8352d37cf05cf3c6ffd04b69fc91.tar.gz
pyramid-069db05dec4d8352d37cf05cf3c6ffd04b69fc91.tar.bz2
pyramid-069db05dec4d8352d37cf05cf3c6ffd04b69fc91.zip
Use 1.1 index.
Explain where "request" comes from in templates.
Diffstat (limited to 'docs/narr/install.rst')
-rw-r--r--docs/narr/install.rst8
1 files changed, 4 insertions, 4 deletions
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
-------------------------------------------------