~jonas-drange/ubuntu-start-page/1252899-mobile-friendly

« back to all changes in this revision

Viewing changes to src/Mako-0.1.9/README

  • Committer: Matthew Nuzum
  • Date: 2008-04-18 01:58:53 UTC
  • Revision ID: matthew.nuzum@canonical.com-20080418015853-2b8rf979z2c2exxl
adding files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Mako is licensed under an MIT-style license (see LICENSE).
 
2
Other incorporated projects may be licensed under different licenses.
 
3
All licenses allow for non-commercial and commercial use.
 
4
 
 
5
To install:
 
6
 
 
7
        python setup.py install
 
8
 
 
9
SVN checkouts also inlcude setup.cfg file allowing setuptools to create 
 
10
an svn-tagged build.  
 
11
 
 
12
Documentation is available in HTML format in the ./doc/ directory.
 
13
 
 
14
Running unittests:
 
15
 
 
16
        python test/alltests.py
 
17
 
 
18
good luck !
 
19