The following components need to be installed:
- Python 2.6.6
- Pip (the latest version can be)
- Django 1.6.11
- Pycharm 4.0x (Profession Professional Edition)
First, Python 2.6.6 installation
-
Download: Https://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
-
Install: Double-click the installation package for installation (I am in the "C:\Python26" directory)
-
Adding environment variables: adding "C:\Python26" to the environment variable path
-
Test: Open a new cmd window and run the "python" command
Second, PIP installation
-
Download: https://bootstrap.pypa.io/get-pip.py I downloaded the file under the "\ C" Directory
-
Install: Run cmd, switch the current directory to the "\ C" directory, run the command "Python get-pip.py"
-
Adding environment variables: adding "C:\Python26\Scripts" to the environment variable path
-
Test: Open a new cmd window, run the "pip" command
Third, Django installation
-
Run the PIP install django==1.6.11 command in cmd
Iv. installation of Pycharm
-
Download: Http://download-cf.jetbrains.com/python/pycharm-professional-4.0.6.exe
-
Installation: Double-click, no brain installation (slightly)
Over:
Django 1.6.11 Development Environment Setup in Windows environment (simplified version)