parts/django/INSTALL
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 Thanks for downloading Django.
       
     2 
       
     3 To install it, make sure you have Python 2.4 or greater installed. Then run
       
     4 this command from the command prompt:
       
     5 
       
     6     python setup.py install
       
     7 
       
     8 AS AN ALTERNATIVE, you can just copy the entire "django" directory to Python's
       
     9 site-packages directory, which is located wherever your Python installation
       
    10 lives. Some places you might check are:
       
    11 
       
    12     /usr/lib/python2.5/site-packages (Unix, Python 2.5)
       
    13     /usr/lib/python2.4/site-packages (Unix, Python 2.4)
       
    14     C:\\PYTHON\site-packages         (Windows)
       
    15 
       
    16 For more detailed instructions, see docs/intro/install.txt.