diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-16 03:39:51 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-16 03:39:51 -0700 |
| commit | 878d1aa1ea7a9208d70cf3092d0a3dcd11775a74 (patch) | |
| tree | 4d57da4db65ab8e0618b1314fef0140589ef1da7 /docs/quick_tutorial/requirements.rst | |
| parent | 789a9059a1190b3f1e748dda4b3755d1b26d43fa (diff) | |
| download | pyramid-878d1aa1ea7a9208d70cf3092d0a3dcd11775a74.tar.gz pyramid-878d1aa1ea7a9208d70cf3092d0a3dcd11775a74.tar.bz2 pyramid-878d1aa1ea7a9208d70cf3092d0a3dcd11775a74.zip | |
quick_tutorial cleanup
- cleanup hello_world.rst
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 9174ea657..f4c1e70ac 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -204,8 +204,9 @@ tutorial. .. code-block:: bash # Mac and Linux - $ $VENV/bin/pip install webtest deform sqlalchemy pyramid_chameleon \ - pyramid_debugtoolbar waitress pyramid_tm zope.sqlalchemy + $ $VENV/bin/pip install webtest pytest pytest-cov deform sqlalchemy \ + pyramid_chameleon pyramid_debugtoolbar waitress pyramid_tm \ + zope.sqlalchemy .. code-block:: doscon |
