summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-05-14 15:11:14 -0700
committerGitHub <noreply@github.com>2018-05-14 15:11:14 -0700
commit0d9792f84c63b7e07b30c083b40082f46e03e29f (patch)
tree5cfb8e22cfed1b139f6011bc12133c775a0ce7d4 /docs/quick_tutorial
parentba41c5675c64eb2e33100524eaa1c4073d8a007c (diff)
parent6f31f1c51c531029a998f707b36a28ee6be43171 (diff)
downloadpyramid-0d9792f84c63b7e07b30c083b40082f46e03e29f.tar.gz
pyramid-0d9792f84c63b7e07b30c083b40082f46e03e29f.tar.bz2
pyramid-0d9792f84c63b7e07b30c083b40082f46e03e29f.zip
Merge pull request #3275 from cyraxjoe/sprints-doc-fixes
Removes the step to install additional packages in the quick tutorial.
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/requirements.rst14
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