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 ```