diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:21:14 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:21:14 -0700 |
| commit | fd965fe8bfb62a467521e3883237b0506296b7b4 (patch) | |
| tree | ed0837d4001bf61392e87e3e3741dd977c25a82b | |
| parent | 96ca13ad07593fe15c8981e8a0372d749f6bd411 (diff) | |
| download | pyramid-fd965fe8bfb62a467521e3883237b0506296b7b4.tar.gz pyramid-fd965fe8bfb62a467521e3883237b0506296b7b4.tar.bz2 pyramid-fd965fe8bfb62a467521e3883237b0506296b7b4.zip | |
- update view_classes.rst
| -rw-r--r-- | docs/quick_tutorial/view_classes.rst | 2 |
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: |
