Browse Source

!14319 update pip command

From: @shenwei41
Reviewed-by: @ljl0711,@heleiwang,@lilongfei15
Signed-off-by: @lilongfei15,@lilongfei15
pull/14319/MERGE
mindspore-ci-bot Gitee 5 years ago
parent
commit
3172a0b9c3
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      README_CN.md

+ 1
- 1
README.md View File

@@ -85,7 +85,7 @@ For installation using `pip`, take `CPU` and `Ubuntu-x86` build version as an ex
1. Download whl from [MindSpore download page](https://www.mindspore.cn/versions/en), and install the package.

```bash
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.1.0/MindSpore/cpu/ubuntu_x86/mindspore-1.1.0-cp37-cp37m-linux_x86_64.whl
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.2.0-rc1/MindSpore/cpu/ubuntu_x86/mindspore-1.2.0rc1-cp37-cp37m-linux_x86_64.whl
```

2. Run the following command to verify the install.


+ 1
- 1
README_CN.md View File

@@ -82,7 +82,7 @@ MindSpore提供跨多个后端的构建选项:
1. 请从[MindSpore下载页面](https://www.mindspore.cn/versions)下载并安装whl包。

```bash
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.1.0/MindSpore/cpu/ubuntu_x86/mindspore-1.1.0-cp37-cp37m-linux_x86_64.whl
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.2.0-rc1/MindSpore/cpu/ubuntu_x86/mindspore-1.2.0rc1-cp37-cp37m-linux_x86_64.whl
```

2. 执行以下命令,验证安装结果。


Loading…
Cancel
Save