diff --git a/MACA.md b/MACA.md index f610c24..bfb6b7b 100644 --- a/MACA.md +++ b/MACA.md @@ -250,14 +250,14 @@ - 如果不使用 PyTorch Extension 功能,可以不配置 cu-bridge 环境。关于 PyTorch Extension 功能,参见官网描述。 -### Pypi安装 +### Pip安装 #### 单包安装 - **使用以下命令安装指定包** ```bash pip install -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com ``` -#### 使用requirements.txt安装 +#### 使用requirements.txt批量安装 - **在命令行中指定 maca-pypi 源地址** ```bash pip install -r ./requirements.txt -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com