From 8d46617c4c21b32d8edb7594b2ed31d0464d446f Mon Sep 17 00:00:00 2001 From: mirror Date: Fri, 27 Sep 2024 16:15:08 +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 f8f8b63..ce5fab9 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 @@ -17,7 +17,7 @@ yum install -- 安装指定版本 ### 3.PYPI ``` -1. pip 21.0 及更早版本:在 pip 21.0 及之前的版本,可以使用pip install == 方式触发错误并列出包的所有可用版本 +1. pip 22.0 及更早版本:在 pip 22.0 及之前的版本,可以使用pip install == 方式触发错误并列出包的所有可用版本 pip install triton== -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com ```