README 585 B

12345678910111213141516171819202122232425
  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. To install:
  5. python setup.py install
  6. SVN checkouts also inlcude setup.cfg file allowing setuptools to create
  7. an svn-tagged build.
  8. Documentation is available in HTML format in the ./doc/ directory.
  9. Unit tests run via nose, and are available via setup.py:
  10. python setup.py test
  11. Or direct nose usage:
  12. nosetests -v
  13. For Python 3 information, see README.py3k.
  14. good luck !