diff options
Diffstat (limited to 'docs/tutorials/wiki/installation.rst')
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 10 |
1 files changed, 5 insertions, 5 deletions
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: |
