1. Download the latest release from our download page.
2. Untar the downloaded file (e.g. tar xzvf Django-NNN.tar.gz, where NNN is the version number of the latest release). If you're using Windows, you can download the command-line tool bsdtar to do this, or you can use a GUI-based tool such as 7-zip.
3. Change into the directory created in step 2 (e.g. cd Django-NNN).
4. If you're using Linux, Mac OS X or some other flavor of Unix, enter the command sudo python setup.py install at the shell prompt. If you're using Windows, start up a command shell with administrator privileges and run the command setup.py install.
1、前往下载页面下载Django最新版
2、解压缩下载后的文件。假如在win下,你可以下载一个命令好解压工具,或使用GUI工具7-zip进行解压
3、修改或创建Django 目录
4、在Linux、Mac OS X或其他Unix类型平台,使用命令sudo python setup.py;windows平台下使用命令setup.py install进行安装。
来源: http://docs.djangoproject.com/en/dev/topics/install/#installing-official... 翻译: 涉水轻舟 Qingzhou
参考: http://www.woodpecker.org.cn/obp/django/django-faq/install.txt
http://www.cnblogs.com/ubunoon/archive/2008/05/20/pythondjangoinstall.html 写第一个Django app 笔记(安装配置)

