Installation instructions to install TurboGears from Subversion.
- Make sure python.exe and Scripts/ directory from the Python installation are on your system PATH.
- Install latest setuptools:
- Checkout TurboGears source:
- Go to turbogears/thirdparty folder and install components found there:
- easy_install cherrypy
- easy_install kid
- easy_install paste
- easy_install sqlobject
- Return to turbogears folder and run "setup.py develop". This should install TurboGears itself along with fetch and install all extra dependencies for Turbogears, like RuleDispatch.
Note for Windows users: 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/preview/download/index.html cElementTree" to download and install pre-packaged version from turbogears' site.