From f2086c23b03717ead05ca3a512091e302534c002 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 28 Dec 2009 21:16:07 +0000 Subject: LaTeX rendering fixes. --- docs/narr/install.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/narr/install.rst') 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 -- cgit v1.2.3