Update MACA

mirror 2024-09-27 12:08:26 +08:00
parent 21a597397a
commit 3b8493a7d6

@ -153,7 +153,7 @@
```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 21.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
``` ```