|
楼主 |
发表于 2020-7-3 11:04:25
|
显示全部楼层
(c) 2019 Microsoft Corporation。保留所有权利。
C:\WINDOWS\system32>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ requests
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/
Collecting requests
Downloading https://pypi.tuna.tsinghua.edu.c ... y2.py3-none-any.whl (61kB)
|████████████████████████████████| 71kB 2.2MB/s
Collecting chardet<4,>=3.0.2 (from requests)
Using cached https://pypi.tuna.tsinghua.edu.c ... y2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests)
Downloading https://pypi.tuna.tsinghua.edu.c ... y2.py3-none-any.whl (156kB)
|████████████████████████████████| 163kB 3.3MB/s
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests)
Downloading https://pypi.tuna.tsinghua.edu.c ... y2.py3-none-any.whl (126kB)
|████████████████████████████████| 133kB 6.4MB/s
Collecting idna<3,>=2.5 (from requests)
Downloading https://pypi.tuna.tsinghua.edu.c ... y2.py3-none-any.whl (58kB)
|████████████████████████████████| 61kB 3.8MB/s
Installing collected packages: chardet, certifi, urllib3, idna, requests
Successfully installed certifi-2020.6.20 chardet-3.0.4 idna-2.10 requests-2.24.0 urllib3-1.25.9
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
C:\WINDOWS\system32>
显示这样子,是让我升级pip吗
|
|