Changeset 4689
- Timestamp:
- 06/08/08 15:38:21 (2 months ago)
- Files:
-
- trunk/docs/main/DownloadInstall.rst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/main/DownloadInstall.rst
r4655 r4689 67 67 $ svn co http://svn.turbogears.org/projects/tg.devtools/trunk tgdev 68 68 $ svn co http://svn.turbogears.org/trunk tg2 69 $ svn co http ://svn.turbogears.org/projects/tgrepozewho/trunk tgrepozewho69 $ svn co https://tgtools.googlecode.com/svn/projects/tg.ext.repoze.who/trunk tg.ext.repoze.who 70 70 71 tg2 package is TurboGears 2 core. Others are paster command plugins to create default template, admin interface, and migrations. 71 - tgdev is a set of tools, paster command plugins to create default template, admin interface, and migrations. 72 - tg2 package is TurboGears 2 core. 73 - tg.ext.repoze.who is an extension for tg2 that aims to provide an API compliant implementation of the old tg1 identity framework. 74 72 75 73 76 Then you repeat the same steps to tell setuptools/python to use the new tg2 installation. … … 92 95 Then you have installed TurboGears 2. 93 96 94 .. note:: if you have installed old dependency packages, you could remove them from:: 95 96 {python_path}/site-packages/easy_install.pth 97 .. note:: if you have installed old dependency packages, you could remove them from {python_path}/site-packages/easy_install.pth 97 98 98 99