File: README.md

package info (click to toggle)
libapache2-mod-python 3.5.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,776 kB
  • sloc: python: 7,503; ansic: 7,033; makefile: 296; lex: 246; sh: 212
file content (21 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mod_python
==========

Documentation for mod_python is on http://www.modpython.org/

Mod_python is going to be maintained on GitHub from here on. For issues and questions
please use GitHub.

Quick Start
-----------

If you can't read instructions:

```shell
$ ./configure
$ make
$ sudo make install
$ make test
```

If the above worked - read the tutorial in the documentation.