I use the operating system is Windows7, memory is 2G
In search of some data found that the Django installation, the detailed really very few, are said to be very simplified, however, this blog can teach you to successfully install Django
For more information on Django:
Django
Below we install the operation:
1. Download the Django Package
The current version is: django-1.6.tar.gz
For Django, he is dependent on the Python version: 2.6, 2.7, 3.2 or 3.3 or higher
Installation for Python: Python Development _python Installation
Learning materials for Python: http://www.cnblogs.com/hongten/tag/python/
2. Unzip the downloaded compressed package: django-1.6.tar.gz
Direct decompression, I unzipped the directory is E: Disk e:\\django-1.6
3. Before installing Django, make sure that you have Python installed on your machine
I installed python3.3.2 on my machine.
3.1 Opening the Windows terminal: Running-->cmd
Then go to your extracted directory and enter the command:
1 python setup.py Install
As shown: (If it appears: "Python" is not an internal or external command what to do?)
3.2 Go directly to the installation.
After successful installation, such as:
3.3 Detecting whether the installation was successful
Additional:
If you first uninstall the installed Django, you can directly delete the address shown in the figure above (print (django.__path__) the address printed) directory can be
Windows7 below to teach you to install Django-hongten