海南副教授陈晶优下台 ,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….