diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:26:06 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:26:06 -0700 |
| commit | 2d2ced28cd261b0080bcec9f101432b4fe40c13b (patch) | |
| tree | 346fe7fa7351ce0879e47ba76119cb01f88af757 /docs | |
| parent | 45fabb70bf376b4ee1ae6594be71577f4e3ebb08 (diff) | |
| download | pyramid-2d2ced28cd261b0080bcec9f101432b4fe40c13b.tar.gz pyramid-2d2ced28cd261b0080bcec9f101432b4fe40c13b.tar.bz2 pyramid-2d2ced28cd261b0080bcec9f101432b4fe40c13b.zip | |
- update static_assets.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/quick_tutorial/static_assets.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/static_assets.rst b/docs/quick_tutorial/static_assets.rst index 3a7496ec7..61c5fbd50 100644 --- a/docs/quick_tutorial/static_assets.rst +++ b/docs/quick_tutorial/static_assets.rst @@ -23,7 +23,7 @@ Steps .. code-block:: bash $ cd ..; cp -r view_classes static_assets; cd static_assets - $ $VENV/bin/python setup.py develop + $ $VENV/bin/pip install -e . #. We add a call ``config.add_static_view`` in ``static_assets/tutorial/__init__.py``: |
