Django

Code

Show
Ignore:
Timestamp:
07/20/05 20:37:28 (3 years ago)
Author:
adrian
Message:

Filled in INSTALL and README files

Files:

Legend:

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

    r5 r259  
    1 This is a stub; please complete me 
     1Thanks for downloading Django. 
     2 
     3To install it, make sure you have Python 2.3+ installed. Then run this command: 
     4 
     5python2.3 setup.py install 
     6 
     7For more detailed instructions, see docs/install.txt.