summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-07 03:17:03 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-07 03:17:03 -0700
commit9459d8c11a1bd8d62c84c7ff1f761c6aead61510 (patch)
treed51fcfe5d891433138f87ccbffc4773afee8073c /docs/quick_tutorial
parentd68cbc6f69446317bc8b01062609c4779624cfc5 (diff)
downloadpyramid-9459d8c11a1bd8d62c84c7ff1f761c6aead61510.tar.gz
pyramid-9459d8c11a1bd8d62c84c7ff1f761c6aead61510.tar.bz2
pyramid-9459d8c11a1bd8d62c84c7ff1f761c6aead61510.zip
- update functional_testing.rst
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/functional_testing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/functional_testing.rst b/docs/quick_tutorial/functional_testing.rst
index 6f1544e79..b8aa7e87d 100644
--- a/docs/quick_tutorial/functional_testing.rst
+++ b/docs/quick_tutorial/functional_testing.rst
@@ -34,8 +34,8 @@ Steps
.. code-block:: bash
$ cd ..; cp -r unit_testing functional_testing; cd functional_testing
- $ $VENV/bin/python setup.py develop
- $ $VENV/bin/easy_install webtest
+ $ $VENV/bin/pip install -e .
+ $ $VENV/bin/pip install webtest
#. Let's extend ``functional_testing/tutorial/tests.py`` to include a
functional test: