summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/tutorial_approach.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-10-08 23:57:55 -0700
committerSteve Piercy <web@stevepiercy.com>2018-10-08 23:57:55 -0700
commit23fbcac9c35c5f74a1258a72100518fcff3b03e3 (patch)
tree3be7da5394525a7ed60d2a1c70572cdd579783f9 /docs/quick_tutorial/tutorial_approach.rst
parent43da8c96b77342b9d2203da9f32dc6b8db04e2a8 (diff)
downloadpyramid-23fbcac9c35c5f74a1258a72100518fcff3b03e3.tar.gz
pyramid-23fbcac9c35c5f74a1258a72100518fcff3b03e3.tar.bz2
pyramid-23fbcac9c35c5f74a1258a72100518fcff3b03e3.zip
Use correct invocation of `pip install - e ".[dev]"` instead of [testing]
Diffstat (limited to 'docs/quick_tutorial/tutorial_approach.rst')
-rw-r--r--docs/quick_tutorial/tutorial_approach.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/tutorial_approach.rst b/docs/quick_tutorial/tutorial_approach.rst
index 0b9212e62..a16bce406 100644
--- a/docs/quick_tutorial/tutorial_approach.rst
+++ b/docs/quick_tutorial/tutorial_approach.rst
@@ -45,4 +45,4 @@ For most steps you will copy an earlier step's directory to a new directory, cha
For a few steps, you won't copy an earlier step's directory, but you will still need to install your project with ``$VENV/bin/pip install -e .``.
-Finally for a few steps, you might add a dependency to your project in its ``setup.py`` file, and then install both the dependency and the project with either ``$VENV/bin/pip install -e .`` or ``$VENV/bin/pip install -e ".[testing]"``.
+Finally for a few steps, you might add a dependency to your project in its ``setup.py`` file, and then install both the dependency and the project with either ``$VENV/bin/pip install -e .`` or ``$VENV/bin/pip install -e ".[dev]"``.