Installation instructions to install TurboGears from Subversion.
- Download and run http://peak.telecommunity.com/dist/ez_setup.py
- svn co svn://svn.code.sf.net/p/turbogears1/code/branches/1.0/ turbogears
- easy_install cherrypy
- easy_install kid
- easy_install paste
- easy_install sqlobject
Note for Windows:
If you do not have a C compiler you won’t be able to install cElementTree from source. Instead do
easy_install -f http://www.turbogears.org/1.0/downloads/current/index cElementTree
to download and install pre-packaged version from Turbogears’ site.