Changeset 5768 for main/waeup.sirp/trunk/docs/INSTALL.txt
- Timestamp:
- 15 Feb 2011, 08:47:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/docs/INSTALL.txt
r5767 r5768 2 2 ************ 3 3 4 .. note:: ` `waeup.sirp`` might not work with Python > 2.54 .. note:: `waeup.sirp` might not work with Python > 2.5 5 5 currently. Use of Python 2.5 is recommended. 6 6 7 .. note:: ` `waeup.sirp`` does not work on Windows.7 .. note:: `waeup.sirp` does not work on Windows. 8 8 9 9 Prerequisites 10 10 ============= 11 11 12 The ` `waeup.sirp`` package is based on `Grok`_, which is a Python12 The `waeup.sirp` package is based on `Grok`_, which is a Python 13 13 framework for agile webapplication development. Grok itself is based 14 14 on `Zope`_. … … 26 26 compile the parts written in C. 27 27 28 To deploy ` `waeup.sirp`` most easily, we use `zc.buildout`_28 To deploy `waeup.sirp` most easily, we use `zc.buildout`_ 29 29 30 30 .. _zc.buildout: http://cheeseshop.python.org/pypi/zc.buildout … … 59 59 eggs-directory = /home/bruno/buildout-eggs 60 60 61 Running the ` `waeup.sirp`` application61 Running the `waeup.sirp` application 62 62 ====================================== 63 63 … … 85 85 $ bin/test 86 86 87 Building the docs88 =================89 90 To build the docs,91 92 ::93 94 $bin/waeupdocs95 96 should be sufficient.
Note: See TracChangeset for help on using the changeset viewer.