Update MACA

mirror 2024-09-27 11:44:50 +08:00
parent d72cff9d54
commit 493acc26d6

11
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 <package>== 方式触发错误并列出包的所有可用版本
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版本