Changeset 4568
- Timestamp:
- 05/12/08 21:20:28 (3 months ago)
- Files:
-
- trunk/docs/2.0/DownloadInstall.rst (modified) (2 diffs)
- trunk/MANIFEST.in (added)
- trunk/pavement.py (added)
- trunk/README.txt (modified) (1 diff)
- trunk/setup.py (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/2.0/DownloadInstall.rst
r4557 r4568 55 55 $ svn co http://svn.turbogears.org/projects/tgrepozewho/trunk tgrepozewho 56 56 57 And then install Paver which manages TG2's build:: 58 59 easy_install Paver 60 57 61 tg2 package is TurboGears 2 core. Others are paster command plugins to create default template, admin interface, and migrations. 58 62 … … 68 72 $ cd .. 69 73 $ cd tg2 70 $ p ython setup.pydevelop74 $ paver develop 71 75 72 76 Install TurboGears 2 developer tools:: trunk/README.txt
r4309 r4568 19 19 Other incorporated projects may be licensed under different licenses. 20 20 All licenses allow for non-commercial and commercial use. 21 22 Working on TG2 23 -------------- 24 25 To be able to build TG2 packages or install it for development, you 26 need Paver:: 27 28 easy_install Paver 29 30 You can then run:: 31 32 paver develop 33 34 to start working with the development version of TG2.