summaryrefslogtreecommitdiff
path: root/README
blob: 1930412b55956e169fd685ffa996498c9b63a0c9 (plain)
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
Mako is licensed under an MIT-style license (see LICENSE).
Other incorporated projects may be licensed under different licenses.
All licenses allow for non-commercial and commercial use.

To install:

    python setup.py install

SVN checkouts also inlcude setup.cfg file allowing setuptools to create 
an svn-tagged build. 

Documentation is available in HTML format in the ./doc/ directory.

Unit tests run via nose, and are available via setup.py:

    python setup.py test
 
Or direct nose usage:

    nosetests -v

For Python 3 information, see README.py3k.

good luck !