Skip to content

Commit 72a98f0

Browse files
committed
docs(tools): update Pip to pip
1 parent 896622c commit 72a98f0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/tools/pip/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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 />

docs/tools/pip/mirrors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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%
7171
pip3 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

docs/tools/pip/proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Pip 使用代理
3-
description: Pip 使用代理
2+
title: pip 使用代理
3+
description: pip 使用代理
44
---
55

6-
# Pip 使用代理
6+
# pip 使用代理
77

88
[[TOC]]
99

0 commit comments

Comments
 (0)