TurboGears: Installing from SVN

Installation instructions to install TurboGears from Subversion.

  1. Make sure python.exe and Scripts/ directory from the Python installation are on your system PATH.
  2. Install the latest setuptools:
  3. Checkout TurboGears source:
  4. Go to the turbogears/thirdparty folder and install the components found there:
  5. Return to the 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: if you do not have a C compiler you won't be able to install cElementTree from source. Instead do "easy_install -f http://turbogears.org/download/index.html cElementTree" to download and install pre-packaged version from the Turbogears site.