TurboGears: Installing from SVN
Installation instructions to install TurboGears from Subversion.
- Make sure python.exe and Scripts/ directory from the Python installation are on your system PATH.
-
Install the latest setuptools:
-
Checkout TurboGears source:
-
Go to the turbogears/thirdparty folder and install the components found there:
- easy_install cherrypy
- easy_install kid
- easy_install paste
- easy_install sqlobject
- 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.