First, Python official: https://www.python.org/downloads/
1. After opening the connection, select the version of Python to be installed and download
2. Double click to download the file, always click Next
3. After installation, enter Control Panel-system and security-system-Advanced system settings-environment variables-edit user variable path:c:\python27;
Note Be sure to add a semicolon, after adding, be sure to click OK
4. Verify that Python is successfully installed, open the console, enter Python, see the content, indicate that the installation was successful, and that you can see the installed version and number of digits
Second, the PIP official: https://pypi.python.org/pypi/pip#downloads
1, open, select the compressed file for download
2, unzip the compressed file into any file, and open the console, into the extracted path (C:\Users\susu\Downloads\pip-9.0.1), input command
3, after the successful execution of the command, you still need to configure the environment variables, edit path, add the path of the PIP installation and add the semicolon C:\Python27\Scripts; After adding, be sure to click OK.
4, verify that PIP is installed successfully, enter the console, enter the PIP list, can see the PIP and version number, prove that the installation is successful
Third, Nose
Download install Python, pip, Nose under windows