File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11---
2- title : Python Pip 包管理器
3- description : Python Pip 包管理器
2+ title : Python pip 包管理器
3+ description : Python pip 包管理器
44---
55
6- # Python Pip 包管理器
6+ # Python pip 包管理器
77
88<AutoCatalog />
Original file line number Diff line number Diff line change 11---
2- title : Pip 使用镜像
3- description : Pip 使用镜像
2+ title : pip 使用镜像
3+ description : pip 使用镜像
44---
55
6- # Pip 使用镜像
6+ # pip 使用镜像
77
88[[ TOC]]
99
@@ -71,7 +71,7 @@ pip config set global.index-url %mirror_url%
7171pip3 config set global.extra-index-url " https://pypi.tuna.tsinghua.edu.cn/simple/ https://mirrors.aliyun.com/pypi/simple/ https://repo.huaweicloud.com/repository/pypi/simple/ https://mirrors.bfsu.edu.cn/pypi/web/simple/"
7272```
7373
74- 请先依据上面的命令升级 Pip ,然后将各个 URL 用空格分开:
74+ 请先依据上面的命令升级 pip ,然后将各个 URL 用空格分开:
7575
7676::: code-tabs#sys
7777
Original file line number Diff line number Diff line change 11---
2- title : Pip 使用代理
3- description : Pip 使用代理
2+ title : pip 使用代理
3+ description : pip 使用代理
44---
55
6- # Pip 使用代理
6+ # pip 使用代理
77
88[[ TOC]]
99
You can’t perform that action at this time.
0 commit comments