diff options
Diffstat (limited to 'docs/narr/install.rst')
| -rw-r--r-- | docs/narr/install.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 667b08a7b..8f09ff13f 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -235,7 +235,8 @@ virtualenv (``bfgenv``) directory: .. code-block:: text - $ bin/easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg + $ bin/easy_install -i http://dist.repoze.org/bfg/current/simple \ + repoze.bfg This command will take longer than the previous ones to complete, as it downloads and installs a number of dependencies. @@ -285,12 +286,13 @@ 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 "1.1" index to get BFG - and its direct dependencies installed: +#. Use ``easy_install`` and point to the :mod:`repoze.bfg` "current" + index to get BFG and its direct dependencies installed: .. code-block:: text - c:\bfgenv> Scripts\easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg + c:\bfgenv> Scripts\easy_install -i \ + http://dist.repoze.org/bfg/current/simple repoze.bfg .. index:: pair: installing; Google App Engine |
