summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfgwiki/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/bfgwiki/installation.rst')
-rw-r--r--docs/tutorials/bfgwiki/installation.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/tutorials/bfgwiki/installation.rst b/docs/tutorials/bfgwiki/installation.rst
index 90bd57e31..7955e7c9c 100644
--- a/docs/tutorials/bfgwiki/installation.rst
+++ b/docs/tutorials/bfgwiki/installation.rst
@@ -51,12 +51,12 @@ Preparation, UNIX
#. (Optional) Consider using ``source bin/activate`` to make your
shell environment wired to use the virtualenv.
-#. Use ``easy_install`` and point to the BFG "1.1" index to get
+#. Use ``easy_install`` and point to the BFG "1.2" index to get
:mod:`repoze.bfg` and its direct dependencies installed:
.. code-block:: bash
- $ bin/easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg
+ $ bin/easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg
#. Use ``easy_install`` to install ``docutils``, ``repoze.tm``,
``repoze.zodbconn``, ``repoze.who``, ``nose`` and ``coverage`` from
@@ -104,12 +104,13 @@ Preparation, Windows
#. (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
+#. Use ``easy_install`` and point to the BFG "1.2" index to get
:mod:`repoze.bfg` and its direct dependencies installed:
.. code-block:: bat
- c:\bigfntut> Scripts/easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg
+ c:\bigfntut> Scripts/easy_install -i http://dist.repoze.org/bfg/1.2/simple \
+ repoze.bfg
#. Use ``easy_install`` to install ``docutils``, ``repoze.tm``,
``repoze.zodbconn``, ``repoze.who``, ``nose`` and ``coverage`` from
@@ -118,7 +119,7 @@ Preparation, Windows
.. code-block:: bat
c:\bigfntut> Scripts\easy_install -i http://dist.repoze.org/bfgsite/simple \
- docutils repoze.tm repoze.zodbconn repoze.who nose coverage
+ docutils repoze.tm repoze.zodbconn repoze.who nose coverage
.. _making_a_project: