Changeset 4812
- Timestamp:
- 03/23/07 16:18:08 (1 year ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r4811 r4812 95 95 5. Run ``sudo python setup.py install``. 96 96 97 Note that the last command will automatically download and install setuptools_98 if you don't already have it installed. This requires a working Internet99 connection and may cause problems on Python 2.5. If you run into problems,100 try using our development version by following the instructions below. The101 development version no longer uses setuptools nor requires an Internet102 connection.103 104 97 The command will install Django in your Python installation's ``site-packages`` 105 98 directory. 106 99 107 .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools108 100 .. _distribution specific notes: ../distributions/ 109 101
