Changeset 1961 for django/branches/magic-removal/INSTALL
- Timestamp:
- 01/14/06 18:14:41 (3 years ago)
- Files:
-
- django/branches/magic-removal/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/INSTALL
r259 r1961 1 1 Thanks for downloading Django. 2 2 3 To install it, make sure you have Python 2.3 +installed. Then run this command:3 To install it, make sure you have Python 2.3 or greater installed. Then run this command: 4 4 5 python 2.3setup.py install5 python setup.py install 6 6 7 7 For more detailed instructions, see docs/install.txt.
