安装Python(install python),安装pip(install pip)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u013452217/article/details/86622189

How to install python environment and pip?

Step 1:Download

https://www.python.org/downloads/windows/

Download python version name is executable installer

 

Step 2:Install

Install python to your computer

 

Step 3:Verification

Open cmd.exe,input python,if output python and puthon version,you are succeed.

 

 

How to accelerate get package?

Open cmd.exe,input below command:

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

 

 

To Be Continued….

猜你喜欢

转载自blog.csdn.net/u013452217/article/details/86622189