Cheetah is a Python-powered template engine and code generator
Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.
Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.
To install py27-cheetah, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-cheetah
To see what files were installed by py27-cheetah, run:
port contents py27-cheetah
To later upgrade py27-cheetah, run:
sudo port selfupdate && sudo port upgrade py27-cheetah
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.