Django

Code

Changeset 1193

Show
Ignore:
Timestamp:
11/11/05 21:24:32 (3 years ago)
Author:
adrian
Message:

Added 'Install Python' section to docs/install.txt

Files:

Legend:

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

    r1123 r1193  
    44 
    55This document will get you up and running with Django. 
     6 
     7Install Python 
     8============== 
     9 
     10Being a Python Web framework, Django requires Python. 
     11 
     12It works with any Python version 2.3 and higher. 
     13 
     14Get Python at www.python.org. If you're running Linux or Mac OS X, you probably 
     15already have it installed. 
    616 
    717Install Apache and mod_python