diff --git a/MACA.md b/MACA.md index 198cb0a..d98ef87 100644 --- a/MACA.md +++ b/MACA.md @@ -147,12 +147,14 @@ - **安装** ```bash - pip 21.0 及之前的版本,可以使用pip install == 方式触发错误并列出包的所有可用版本 + 1.pip 21.0 及之前的版本,可以使用pip install == 方式触发错误并列出包的所有可用版本 pip install triton== -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com - pip 21.0 之后版本,使用 pip index versions 命令,用于列出某个包的所有版本 + 2.pip 21.0 之后版本,使用 pip index versions 命令,用于列出某个包的所有版本 pip index versions triton -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com + 3.考虑到maca pypi包在安装过程中依赖第三方源,https://repos.metax-tech.com/r/maca-pypi/simple代理了清华源和阿里源,当`pip install triton==` 和 `pip index versions triton` 包名和第三方源包名相同,区别公司包版本:'2.0.0+mc2.23.0.23,2.1.2+metax2.24.05' + - **需注意**