diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-05-01 07:01:14 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-05-01 07:01:14 +0000 |
| commit | 9c0d01bfa45c48531af57ba71d0e6dbac7a2043a (patch) | |
| tree | f4db4da7530e5cc653eb0d707dcb3be9c92e06cc /docs | |
| parent | a6b51e9acbcd936114674ef7894aecfab061a42b (diff) | |
| download | pyramid-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.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. |
