2005-07-21 09:37:28 +08:00
|
|
|
Thanks for downloading Django.
|
|
|
|
|
2013-07-01 18:01:25 +08:00
|
|
|
To install it, make sure you have Python 2.7 or greater installed. Then run
|
2006-07-28 10:07:43 +08:00
|
|
|
this command from the command prompt:
|
2005-07-21 09:37:28 +08:00
|
|
|
|
2006-07-28 10:07:43 +08:00
|
|
|
python setup.py install
|
|
|
|
|
2012-05-15 16:08:34 +08:00
|
|
|
If you're upgrading from a previous version, you need to remove it first.
|
|
|
|
|
2006-07-28 10:07:43 +08:00
|
|
|
AS AN ALTERNATIVE, you can just copy the entire "django" directory to Python's
|
|
|
|
site-packages directory, which is located wherever your Python installation
|
|
|
|
lives. Some places you might check are:
|
|
|
|
|
2011-06-10 04:01:28 +08:00
|
|
|
/usr/lib/python2.7/site-packages (Unix, Python 2.7)
|
2006-07-28 10:07:43 +08:00
|
|
|
C:\\PYTHON\site-packages (Windows)
|
|
|
|
|
2008-09-06 08:07:14 +08:00
|
|
|
For more detailed instructions, see docs/intro/install.txt.
|