diff options
| author | Joel Rivera <jrivera-contractor@cars.com> | 2018-05-14 10:32:09 -0500 |
|---|---|---|
| committer | Joel Rivera <jrivera-contractor@cars.com> | 2018-05-14 10:32:09 -0500 |
| commit | 6f31f1c51c531029a998f707b36a28ee6be43171 (patch) | |
| tree | 44cc7c4c9e01a02ac8752f1eb94029ae0d3355c8 /docs/quick_tutorial | |
| parent | 21a9376b6c8535432eca527598013a0fbac9a461 (diff) | |
| download | pyramid-6f31f1c51c531029a998f707b36a28ee6be43171.tar.gz pyramid-6f31f1c51c531029a998f707b36a28ee6be43171.tar.bz2 pyramid-6f31f1c51c531029a998f707b36a28ee6be43171.zip | |
Removes the step to install additional packages in the quick tutorial.
This part is redundant because in the same tutorial we indicate to
install the application in development/editable mode with `pip -e`
in the next section.
(which will install the required dependencies if needed by the app)
Related issue: #3181
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index a65cfe6d2..6bb12c984 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -202,17 +202,3 @@ part is pretty easy. We'll also install a WSGI server, Waitress. Our Python virtual environment now has the Pyramid software available as well as the ``waitress`` package. -You can optionally install some of the extra Python packages used in this -tutorial. - -.. code-block:: bash - - # Mac and Linux - $ $VENV/bin/pip install webtest pytest pytest-cov deform sqlalchemy \ - pyramid_chameleon pyramid_debugtoolbar pyramid_jinja2 waitress \ - pyramid_tm zope.sqlalchemy - -.. code-block:: doscon - - # Windows - c:\> %VENV%\Scripts\pip install webtest pytest pytest-cov deform sqlalchemy pyramid_chameleon pyramid_debugtoolbar pyramid_jinja2 waitress pyramid_tm zope.sqlalchemy |
