Changeset 1910 for django/trunk/INSTALL
- Timestamp:
- 01/11/06 09:30:21 (3 years ago)
- Files:
-
- django/trunk/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/INSTALL
r259 r1910 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.
