Revision created by MOE tool push_codebase.
[gae.git] / python / lib / django-1.5 / INSTALL
blob5ae2b26900216cf4f62590ad9d16ef14854b4efe
1 Thanks for downloading Django.
3 To install it, make sure you have Python 2.6 or greater installed. Then run
4 this command from the command prompt:
6     python setup.py install
8 If you're upgrading from a previous version, you need to remove it first.
10 AS AN ALTERNATIVE, you can just copy the entire "django" directory to Python's
11 site-packages directory, which is located wherever your Python installation
12 lives. Some places you might check are:
14     /usr/lib/python2.7/site-packages (Unix, Python 2.7)
15     /usr/lib/python2.6/site-packages (Unix, Python 2.6)
16     C:\\PYTHON\site-packages         (Windows)
18 For more detailed instructions, see docs/intro/install.txt.