Update MACA

mirror 2024-09-27 14:43:21 +08:00
parent 6150075283
commit 0d65d88960

@ -149,12 +149,12 @@
### 安装包及列出可用版本 ### 安装包及列出可用版本
- **对于 pip 21.0 及之前版本,使用以下命令触发错误并列出包的所有可用版本** - **对于 pip 22.0 及之前版本,使用以下命令触发错误并列出包的所有可用版本**
```bash ```bash
pip install <package>== -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com pip install <package>== -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
``` ```
- **对于 pip 21.0 之后版本,使用以下命令列出某个包的所有可用版本** - **对于 pip 22.0 之后版本,使用以下命令列出某个包的所有可用版本**
```bash ```bash
pip index versions triton -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com pip index versions triton -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
``` ```