From c93316bb1719c44f970c73129e773ed196f5641c Mon Sep 17 00:00:00 2001 From: mirror Date: Fri, 27 Sep 2024 12:07:42 +0800 Subject: [PATCH] Update MACA --- MACA.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MACA.md b/MACA.md index 3a7a645..2f804e8 100644 --- a/MACA.md +++ b/MACA.md @@ -142,29 +142,29 @@ pip install -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host https://repos.metax-tech.com ``` ### 永久配置 -- **如需永久配置 PyPI 源,使用以下命令** +- **如需永久配置 PyPI 源,使用以下命令** ```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 ### 安装包及列出可用版本 -- **对于 pip 21.0 及之前版本,使用以下命令触发错误并列出包的所有可用版本** +- **对于 pip 21.0 及之前版本,使用以下命令触发错误并列出包的所有可用版本** ```bash pip install == -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com ``` - - **对于 pip 21.0 之后版本,使用以下命令列出某个包的所有可用版本** + - **对于 pip 21.0 之后版本,使用以下命令列出某个包的所有可用版本** ```bash pip index versions triton -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com ``` ### 特别注意 - **包依赖** ```bash - 在安装过程中,https://repos.metax-tech.com/r/maca-pypi/simple 代理了清华源和阿里源,帮助解决第三方包的依赖问题。 + 在安装过程中,https://repos.metax-tech.com/r/maca-pypi/simple 代理了清华源和阿里源,帮助解决第三方包的依赖问题。 ``` - **公司自定义包** ```bash - 当第三方源中的包名与公司自定义包名相同时,请区分版本号。 + 当第三方源中的包名与公司自定义包名相同时,请区分版本号。 公司包的版本号格式为:2.0.0+mc2.23.0.23 或 2.1.2+metax2.24.05 ``` ### 兼容性