chriseppstein / pywebmvc

A MVC Web Framework written in python for use with mod_python. It's designed in the spirit of struts.

This URL has Read+Write access

chris (author)
Sat Mar 24 09:42:58 -0700 2007
pywebmvc / INSTALL
100644 26 lines (16 sloc) 0.427 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PyWebMVC System Requirements:
    * Python >= 2.4
    * mod_python >= 3.1
    * apache >= 2.0.50
 
To install PyWebMVC do the following:
 
  python setup.py install
 
To run the tests:
 
  make test
 
  Additional System Requirements:
    * pmock >= 0.3
 
To make the api documentation:
 
  make api
 
  Additional System Requirements:
    * epydoc
    * docutils >= 0.3
 
  Docs will be browsable at <pywebmvc-root>/doc/api/index.html