From 9c0d01bfa45c48531af57ba71d0e6dbac7a2043a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 1 May 2009 07:01:14 +0000 Subject: Note new index location for BFG. --- docs/narr/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/narr') 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. -- cgit v1.2.3