From 97c07fe35d6f5ad1264ecd701896d9dd27dcbe45 Mon Sep 17 00:00:00 2001 From: mirror Date: Wed, 11 Sep 2024 16:48:52 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Maca=E4=BB=93=E5=BA=93=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=B7=A5=E5=85=B7=E5=B8=AE=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maca%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md b/Maca%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md index b241b42..d32d139 100644 --- a/Maca%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md +++ b/Maca%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md @@ -26,7 +26,7 @@ pip install triton== -i https://mirror.metax-tech.com/maca-pypi/simple --trust ``` ``` -3. 使用 pip index versions 命令:从 pip 21.0 之后开始,pip 引入了一个实验性的命令 pip index versions,用于列出某个包的所有版本. +3. 使用 pip index versions 命令:从 pip 21.0 之后开始,pip 引入了命令 pip index versions,用于列出某个包的所有版本. pip index versions triton -i https://mirror.metax-tech.com/maca-pypi/simple --trusted-host mirror.metax-tech.com ```