Skip to content

Commit

Permalink
Merge pull request #257 from djay/master
Browse files Browse the repository at this point in the history
Included basic install steps on front page to make example complete
  • Loading branch information
mcdonc committed Aug 26, 2011
2 parents 8b62d75 + e17da6c commit 966250c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/index.rst
Expand Up @@ -13,6 +13,15 @@ Here is one of the simplest :app:`Pyramid` applications you can make.

.. 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
Expand Down Expand Up @@ -51,8 +60,8 @@ Narrative documentation in chapter form explaining how to use

narr/introduction
narr/install
narr/configuration
narr/firstapp
narr/configuration
narr/project
narr/startup
narr/urldispatch
Expand Down

0 comments on commit 966250c

Please sign in to comment.