Update MACA

mirror 2024-09-27 13:33:04 +08:00
parent 9668465fae
commit 1330260528

@ -153,16 +153,18 @@
```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
``` ```
### 特别注意 ### 特别注意
- **包依赖** - **包依赖**
```bash ```bash
在安装过程中,https://repos.metax-tech.com/r/maca-pypi/simple 代理了清华源和阿里源,帮助解决第三方包的依赖问题。 https://repos.metax-tech.com/r/maca-pypi/simple 代理了清华源和阿里源,帮助解决安装过程中的依赖问题。
``` ```
- **公司自定义包** - **公司包**
```bash ```bash
当第三方源中的包名与公司自定义包名相同时,请区分版本号。 当第三方源中的包名与公司自定义包名相同时,请区分版本号。
公司包的版本号格式为:2.0.0+mc2.23.0.23 或 2.1.2+metax2.24.05 公司包的版本号格式为:2.0.0+mc2.23.0.23 或 2.1.2+metax2.24.05