diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:30:26 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:30:26 -0700 |
| commit | 9845f718ccd609b6ecf514b165a4fd2f9dfb8d8c (patch) | |
| tree | 64b5198a282c5a7e08b4d47c410c982101d9d9a2 /docs | |
| parent | 6e45624d143631aafc808d97cff66263e6152ed5 (diff) | |
| download | pyramid-9845f718ccd609b6ecf514b165a4fd2f9dfb8d8c.tar.gz pyramid-9845f718ccd609b6ecf514b165a4fd2f9dfb8d8c.tar.bz2 pyramid-9845f718ccd609b6ecf514b165a4fd2f9dfb8d8c.zip | |
- update forms.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/quick_tutorial/forms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/forms.rst b/docs/quick_tutorial/forms.rst index f81b88fc2..023e7127f 100644 --- a/docs/quick_tutorial/forms.rst +++ b/docs/quick_tutorial/forms.rst @@ -50,7 +50,7 @@ Steps .. code-block:: bash - $ $VENV/bin/python setup.py develop + $ $VENV/bin/pip install -e . #. Register a static view in ``forms/tutorial/__init__.py`` for Deform's CSS/JS etc. as well as our demo wikipage scenario's |
