Skip to content

Instantly share code, notes, and snippets.

@rogerdudler
Created May 13, 2011 13:25
Show Gist options
  • Save rogerdudler/970531 to your computer and use it in GitHub Desktop.
Save rogerdudler/970531 to your computer and use it in GitHub Desktop.
Cheetah Installation
wget http://pypi.python.org/packages/source/C/Cheetah/Cheetah-2.4.4.tar.gz
tar xvfz Cheetah-2.4.4.tar.gz
cd Cheetah-2.4.4
sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment