Skip to content

Instantly share code, notes, and snippets.

@syntaxhacker
Forked from rogerdudler/cheetah-inst.sh
Created November 26, 2018 06:28
Show Gist options
  • Select an option

  • Save syntaxhacker/a793be81dca549e5497b834f3cf886ba to your computer and use it in GitHub Desktop.

Select an option

Save syntaxhacker/a793be81dca549e5497b834f3cf886ba 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