summaryrefslogtreecommitdiff
path: root/www/download.rst
blob: 922e9eb8fa4bf6e5a76842621b02dde7f22ea456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Downloading Cheetah
===================

The most recent stable release of Cheetah **v2.2.0** which was released on
May 17th, 2009.

Download v2.2.0
^^^^^^^^^^^^^^^
* `v2.2.0 tarball <http://github.com/cheetahtemplate/cheetah/tarball/v2.2.0>`_
* `v2.2.0 zip <http://github.com/cheetahtemplate/cheetah/zipball/v2.2.0>`_

You can keep up to date with release candidates or other downloads of Cheetah by 
visiting the `cheetahtemplate GitHub page <http://github.com/cheetahtemplate/cheetah/downloads>`_

**Note to Windows users:** You should install the compiled version of Cheetah's 
NameMapper. It is dramatically faster than the pure Python version, in the source
tree you can find compiled versions for Python 2.4: namemapper.pyd2.4, 
Python 2.5: namemapper.pyd2.5. Install it wherever your system puts 
Cheetah/NameMapper.py. Strip the version numbers off the filename.