From b0038e003fd470281349b43c54f80ef067e85c2d Mon Sep 17 00:00:00 2001
From: Joel Rivera <jrivera-contractor@cars.com>
Date: Tue, 15 May 2018 22:24:24 +0200
Subject: [PATCH] Removes the step to install additional packages in the quick tutorial.

---
 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 a65cfe6..6bb12c9 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -202,17 +202,3 @@
 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

--
Gitblit v1.9.3