Update MACA
parent
d72cff9d54
commit
493acc26d6
11
MACA.md
11
MACA.md
@ -145,6 +145,17 @@
|
||||
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版本
|
Loading…
Reference in New Issue
Block a user