summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfgwiki2/installation.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-29 05:09:56 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-29 05:09:56 +0000
commit27477816ba22b1f1edead0c4ec6efe5459b33e94 (patch)
treec7429964ae08090b0e93a6ac5e32de596e1e3e59 /docs/tutorials/bfgwiki2/installation.rst
parente6f681fdca19490f9f7bb6274a38d0784ce3daac (diff)
downloadpyramid-27477816ba22b1f1edead0c4ec6efe5459b33e94.tar.gz
pyramid-27477816ba22b1f1edead0c4ec6efe5459b33e94.tar.bz2
pyramid-27477816ba22b1f1edead0c4ec6efe5459b33e94.zip
Overlong lines.
Fix table.
Diffstat (limited to 'docs/tutorials/bfgwiki2/installation.rst')
-rw-r--r--docs/tutorials/bfgwiki2/installation.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/tutorials/bfgwiki2/installation.rst b/docs/tutorials/bfgwiki2/installation.rst
index 689df9858..1a37e1c4d 100644
--- a/docs/tutorials/bfgwiki2/installation.rst
+++ b/docs/tutorials/bfgwiki2/installation.rst
@@ -56,12 +56,13 @@ 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 "current" index to get
:mod:`repoze.bfg` and its direct dependencies installed:
.. 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
#. Use ``easy_install`` to install various packages from PyPI.
@@ -107,20 +108,21 @@ 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 "current" index to get
:mod:`repoze.bfg` and its direct dependencies installed:
.. code-block:: text
- 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/current/simple repoze.bfg
#. Use ``easy_install`` to install various packages from PyPI.
.. code-block:: text
- c:\bigfntut> Scripts\easy_install -i docutils nose coverage zope.sqlalchemy \
- SQLAlchemy repoze.tm2
+ c:\bigfntut> Scripts\easy_install -i \
+ http://dist.repoze.org/bfg/current/simple docutils \
+ nose coverage zope.sqlalchemy SQLAlchemy repoze.tm2
.. _sql_making_a_project: