From 4ca81105204415d8bfb1775eca12c85b2dca0c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= <398188662@qq.com> Date: Mon, 12 May 2025 01:32:36 +0800 Subject: [PATCH] doc: update docs/pip.md --- docs/pip.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/pip.md b/docs/pip.md index 4ddc30c3..0128a046 100644 --- a/docs/pip.md +++ b/docs/pip.md @@ -58,4 +58,11 @@ pip 备忘清单 `pip install -i https://pypi.org/simple package` | 使用官方源安装 `pip install -i https://pypi.tuna.tsinghua.edu.cn/simple package` | 使用清华镜像安装 `pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple` | 永久设置默认镜像 - \ No newline at end of file + + + +另见 +--- + +- [pip 官方文档](https://pip.pypa.io/en/stable/) _(pypa.io)_ +- [Github 仓库](https://github.com/pypa/pip) _(github.com)_