Django

Code

Show
Ignore:
Timestamp:
01/11/06 09:30:21 (3 years ago)
Author:
adrian
Message:

Changed INSTALL to use 'python' instead of 'python2.3'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/INSTALL

    r259 r1910  
    11Thanks for downloading Django. 
    22 
    3 To install it, make sure you have Python 2.3+ installed. Then run this command: 
     3To install it, make sure you have Python 2.3 or greater installed. Then run this command: 
    44 
    5 python2.3 setup.py install 
     5python setup.py install 
    66 
    77For more detailed instructions, see docs/install.txt.