Django

Code

Changeset 4812

Show
Ignore:
Timestamp:
03/23/07 16:18:08 (1 year ago)
Author:
jacob
Message:

Removed note about setuptools from install.txt -- it's not correct any more.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/install.txt

    r4811 r4812  
    9595    5. Run ``sudo python setup.py install``. 
    9696 
    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 Internet 
    99 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. The 
    101 development version no longer uses setuptools nor requires an Internet 
    102 connection. 
    103  
    10497The command will install Django in your Python installation's ``site-packages`` 
    10598directory. 
    10699 
    107 .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools 
    108100.. _distribution specific notes: ../distributions/ 
    109101