diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 8 |
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. |
