Chris McDonough
2011-08-26 966250c767f3a358e569382b3af7742b6a51de9f
Merge pull request #257 from djay/master

Included basic install steps on front page to make example complete
1 files modified
11 ■■■■■ changed files
docs/index.rst 11 ●●●●● patch | view | raw | blame | history
docs/index.rst
@@ -13,6 +13,15 @@
.. literalinclude:: narr/helloworld.py
Which when saved to ``helloworld.py`` can be run by
.. code-block:: text
   $ easy_install pyramid
   $ python helloworld.py
   serving on 0.0.0.0:8080 view at http://127.0.0.1:8080
See :ref:`firstapp_chapter` for a full explanation of how this
:ref:`helloworld_imperative` app works. Read the
:ref:`html_narrative_documentation` to understand how :app:`Pyramid` is
@@ -51,8 +60,8 @@
   narr/introduction
   narr/install
   narr/configuration
   narr/firstapp
   narr/configuration
   narr/project
   narr/startup
   narr/urldispatch