diff --git a/MACA.md b/MACA.md index 272943e..198cb0a 100644 --- a/MACA.md +++ b/MACA.md @@ -144,7 +144,18 @@ ```bash pip config set global.index-url https://repos.metax-tech.com/r/maca-pypi/simple pip config set global.trusted-host https://repos.metax-tech.com + +- **安装** + ```bash + 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 命令,用于列出某个包的所有版本 + pip index versions triton -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com + + - **需注意** ```bash + 目前只支持python3.8和python3.10版本 \ No newline at end of file