Wayne Witzel III
2012-08-03 d06970c616015fa047d111f033b41f8d8c8ac98a
Removing easy_install and demoing lines from index example. firstapp has installation chapter links and having peopel using pyramid outside a virtualenv is a bad idea
1 files modified
12 ■■■■ changed files
docs/index.rst 12 ●●●● patch | view | raw | blame | history
docs/index.rst
@@ -13,15 +13,9 @@
.. literalinclude:: narr/helloworld.py
When saved to ``helloworld.py``, the above application can be run via:
.. code-block:: text
   $ easy_install pyramid
   $ python helloworld.py
When you visit ``http://localhost:8080/hello/world`` in a browser, you will
see the text ``Hello, world!``.
After you install :app:`Pyramid` and run this application. When you visit
``http://localhost:8080/hello/world`` in a browser, you will see the
text ``Hello, world!``
See :ref:`firstapp_chapter` for a full explanation of how this application
works. Read the :ref:`html_narrative_documentation` to understand how