summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-01 07:01:14 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-01 07:01:14 +0000
commit9c0d01bfa45c48531af57ba71d0e6dbac7a2043a (patch)
treef4db4da7530e5cc653eb0d707dcb3be9c92e06cc /docs
parenta6b51e9acbcd936114674ef7894aecfab061a42b (diff)
downloadpyramid-9c0d01bfa45c48531af57ba71d0e6dbac7a2043a.tar.gz
pyramid-9c0d01bfa45c48531af57ba71d0e6dbac7a2043a.tar.bz2
pyramid-9c0d01bfa45c48531af57ba71d0e6dbac7a2043a.zip
Note new index location for BFG.
Diffstat (limited to 'docs')
-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 c9452c597..8eb0ae978 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -138,12 +138,12 @@ virtualenv (``bfgenv``) directory:
.. code-block:: bash
:linenos:
- $ bin/easy_install -i http://dist.repoze.org/lemonade/dev/simple repoze.bfg
+ $ bin/easy_install -i http://dist.repoze.org/bfg/current/simple repoze.bfg
.. warning:: Note carefully the ``-i
- http://dist.repoze.org/lemonade/dev/simple`` above. It is
- required. :mod:`repoze.bfg` software is maintained in its own
- index; :mod:`repoze.bfg` cannot be installed from PyPI.
+ http://dist.repoze.org/bfg/current/simple`` above. It is required.
+ :mod:`repoze.bfg` software is maintained in its own index;
+ :mod:`repoze.bfg` cannot be installed from PyPI.
This command will take longer than the previous ones to complete, as it
compiles a number of dependencies.