From b2533554bb8816d412615595f4d7947f7779bf47 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 14 Aug 2011 22:44:22 -0400 Subject: - The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather than the ``repoze.zodbconn`` package to provide ZODB integration. - The ZODB scaffold now uses the ``pyramid_zodbconn`` package rather than the ``repoze.zodbconn`` package to provide ZODB integration. --- docs/tutorials/wiki/installation.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/tutorials/wiki/installation.rst') diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index cc2cf0ae2..28d9eb152 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -66,12 +66,12 @@ Preparation, UNIX $ bin/easy_install pyramid #. Use ``easy_install`` to install ``docutils``, ``pyramid_tm``, - ``repoze.zodbconn``, ``nose`` and ``coverage``: + ``pyramid_zodbconn``, ``pyramid_debugtoolbar``, ``nose`` and ``coverage``: .. code-block:: text - $ bin/easy_install docutils pyramid_tm repoze.zodbconn \ - nose coverage + $ bin/easy_install docutils pyramid_tm pyramid_zodbconn \ + pyramid_debugtoolbar nose coverage Preparation, Windows -------------------- @@ -118,12 +118,12 @@ Preparation, Windows c:\pyramidtut> Scripts\easy_install pyramid #. Use ``easy_install`` to install ``docutils``, ``pyramid_tm``, - ``repoze.zodbconn``, ``nose`` and ``coverage``: + ``pyramid_zodbconn``, ``pyramid_debugtoolbar``, ``nose`` and ``coverage``: .. code-block:: text c:\pyramidtut> Scripts\easy_install docutils pyramid_tm \ - repoze.zodbconn nose coverage + pyramid_zodbconn pyramid_debugtoolbar nose coverage .. _making_a_project: -- cgit v1.2.3