Django

Code

Show
Ignore:
Timestamp:
01/14/06 18:14:41 (3 years ago)
Author:
adrian
Message:

magic-removal: Merged to [1960]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/magic-removal/INSTALL

    r259 r1961  
    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.