App Engine Java SDK version 1.9.25
[gae.git] / python / lib / django-1.4 / INSTALL
blob4a36c901a1f39ee05e7aaf24dbee84e9977a9c83
1 Thanks for downloading Django.
3 To install it, make sure you have Python 2.5 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.7/site-packages (Unix, Python 2.7)
13     /usr/lib/python2.6/site-packages (Unix, Python 2.6)
14     /usr/lib/python2.5/site-packages (Unix, Python 2.5)
15     C:\\PYTHON\site-packages         (Windows)
17 For more detailed instructions, see docs/intro/install.txt.