App Engine Python SDK version 1.9.12
[gae.git] / python / lib / django-1.2 / INSTALL
blob644c524bbbf9e617c216354853e90db2dc8c8b25
1 Thanks for downloading Django.
3 To install it, make sure you have Python 2.4 or greater installed. Then run
4 this command from the command prompt:
6     python setup.py install
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:
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)
16 For more detailed instructions, see docs/intro/install.txt.