diff options
| author | Tres Seaver <tseaver@palladion.com> | 2014-02-16 21:37:20 -0500 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2014-02-16 21:37:20 -0500 |
| commit | ddcc03dc12ee6a82099cee95589cba700b3d7ef4 (patch) | |
| tree | db7fa32aefbf02b2690bb81f75170c3c3bc765c4 /docs/quick_tutorial | |
| parent | 3c6ea2ef47488ef800ed9bc9981726b1dc6f5839 (diff) | |
| download | pyramid-ddcc03dc12ee6a82099cee95589cba700b3d7ef4.tar.gz pyramid-ddcc03dc12ee6a82099cee95589cba700b3d7ef4.tar.bz2 pyramid-ddcc03dc12ee6a82099cee95589cba700b3d7ef4.zip | |
EC: why not add 'pyramid_debugtoolbar' to our 'install_requires'?
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/debugtoolbar.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/quick_tutorial/debugtoolbar.rst b/docs/quick_tutorial/debugtoolbar.rst index 9a37c5f0e..95cf229b2 100644 --- a/docs/quick_tutorial/debugtoolbar.rst +++ b/docs/quick_tutorial/debugtoolbar.rst @@ -39,7 +39,6 @@ Steps $ $VENV/bin/python setup.py develop $ $VENV/bin/easy_install pyramid_debugtoolbar - #. Our ``debugtoolbar/development.ini`` gets a configuration entry for ``pyramid.includes``: @@ -87,3 +86,9 @@ it off by commenting out the ``pyramid_debugtoolbar`` line in ``pyramid.includes`` temporarily. .. seealso:: See also :ref:`pyramid_debugtoolbar <toolbar:overview>`. + +Extra Credit +============ + +# Why don't we add ``pyramid_debugtoolbar`` to the list of + ``install_requires`` dependencies in ``debugtoolbar/setup.py``? |
