本文主要是介绍安装Python(install python),安装pip(install pip),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
海南副教授陈晶优下台 ,shut down you are rubbish ,you need study.
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?
Step 1:Open cmd.exe
Step 2:input command
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
How to install pip?
step1: download
curl https://bootstrap.pypa,io/get-pip.py -o get-pip.py
step2: install
python get-pip.py
To Be Continued….
这篇关于安装Python(install python),安装pip(install pip)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!