diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-28 21:16:07 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-28 21:16:07 +0000 |
| commit | f2086c23b03717ead05ca3a512091e302534c002 (patch) | |
| tree | a63e0bb1d29d8129fee4b3746c31d715e70f9574 /docs/narr/install.rst | |
| parent | 125e9746a5da925243dabf67b2609b556bb9215a (diff) | |
| download | pyramid-f2086c23b03717ead05ca3a512091e302534c002.tar.gz pyramid-f2086c23b03717ead05ca3a512091e302534c002.tar.bz2 pyramid-f2086c23b03717ead05ca3a512091e302534c002.zip | |
LaTeX rendering fixes.
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 |
