Changeset 2996
- Timestamp:
- 05/03/07 04:14:58 (2 years ago)
- Files:
-
- website/newdocs/download/index.html (modified) (1 diff)
- website/newdocs/download/tgsetup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
website/newdocs/download/index.html
r2327 r2996 10 10 <body> 11 11 <h1>Easy Install TurboGears</h1> 12 13 <p>Note: A part of TurboGears relies on Pyrex, which has not yet been updated to accommodate changes in Python 2.5. Python 2.4 remains the recommended Python version.</p>14 12 15 13 <p>If you already have <a href="http://www.python.org">Python</a> installed, there're only 2 steps to install TurboGears:</p> website/newdocs/download/tgsetup.py
r2986 r2996 95 95 else: 96 96 val = default 97 break 97 98 return val 98 99