summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-07 03:21:14 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-07 03:21:14 -0700
commitfd965fe8bfb62a467521e3883237b0506296b7b4 (patch)
treeed0837d4001bf61392e87e3e3741dd977c25a82b /docs/quick_tutorial
parent96ca13ad07593fe15c8981e8a0372d749f6bd411 (diff)
downloadpyramid-fd965fe8bfb62a467521e3883237b0506296b7b4.tar.gz
pyramid-fd965fe8bfb62a467521e3883237b0506296b7b4.tar.bz2
pyramid-fd965fe8bfb62a467521e3883237b0506296b7b4.zip
- update view_classes.rst
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/view_classes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/view_classes.rst b/docs/quick_tutorial/view_classes.rst
index 6198eed63..cc5337493 100644
--- a/docs/quick_tutorial/view_classes.rst
+++ b/docs/quick_tutorial/view_classes.rst
@@ -41,7 +41,7 @@ Steps
.. code-block:: bash
$ cd ..; cp -r templating view_classes; cd view_classes
- $ $VENV/bin/python setup.py develop
+ $ $VENV/bin/pip install -e .
#. Our ``view_classes/tutorial/views.py`` now has a view class with
our two views: