Cheap VPS host selection
Provide server host evaluation information

How to install pip Python's pip installation method

Today, I brought you the method of installing pip in Python.

1. First, before installing pip, confirm that the python environment is normal, download the pip installation package from the official website, extract the downloaded package, and open the command prompt window through the win R shortcut.

 

 5fdf8db1cb134954f69239e29e766752d0094a68.jpeg@f_auto

 

2. Then as shown in the figure.

 

 8c1001e93901213fb615e0e28bdfc3db2f2e95a9.png@f_auto

 

3. Then enter the pip file directory in the command prompt.

 

 7dd98d1001e9390127a60b62b5d4a1ed37d1968d.jpeg@f_auto

 

4. In the pip directory, enter the command "python setup. py install" to install the pip module.

 

 8435e5dde71190ef0f9de53d1423681cfcfa60b5.png@f_auto

 

5. After the installation is completed, the word "Finished" will appear.

 

 77094b36acaf2eddbde4e0224528f4e3380193a3.jpeg@f_auto

 

6. After installation, enter "pip list" or "pip help" at the command prompt. If there is a corresponding output and no error is reported, the pip is successfully installed.

 

 c2cec3fdfc039245f20001ce58ac51c87c1e2579.jpeg@f_auto

 

7. In the last part of Python, pip is installed by default, but it needs to be upgraded because it is not the latest version. The upgrade command of pip is "python - m install pip – upgrade pip"

Do not reprint without permission: Cheap VPS evaluation » How to install pip Python's pip installation method