summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/hello_world.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-04 00:43:27 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-04 00:43:27 -0700
commit74c56e0e8d767ac0942cb17cde535113e97d8db1 (patch)
tree56efdcfb81166c298ff3da7471c22e3d65797f72 /docs/quick_tutorial/hello_world.rst
parent44bbbc32b607b043e708a625c4b1756db8919bdd (diff)
downloadpyramid-74c56e0e8d767ac0942cb17cde535113e97d8db1.tar.gz
pyramid-74c56e0e8d767ac0942cb17cde535113e97d8db1.tar.bz2
pyramid-74c56e0e8d767ac0942cb17cde535113e97d8db1.zip
- replace setup.py with pip
Diffstat (limited to 'docs/quick_tutorial/hello_world.rst')
-rw-r--r--docs/quick_tutorial/hello_world.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/hello_world.rst b/docs/quick_tutorial/hello_world.rst
index 4ae80ca87..fb661e9c5 100644
--- a/docs/quick_tutorial/hello_world.rst
+++ b/docs/quick_tutorial/hello_world.rst
@@ -5,7 +5,7 @@
================================
What's the simplest way to get started in Pyramid? A single-file module.
-No Python packages, no ``setup.py``, no other machinery.
+No Python packages, no ``pip install -e .``, no other machinery.
Background
==========