From 595a2425cb351c1f5d3a37071ce21ba18085b8a2 Mon Sep 17 00:00:00 2001 From: shenwei41 Date: Mon, 29 Mar 2021 16:03:57 +0800 Subject: [PATCH] update pip command --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46824ab48b..a7c7b4edb4 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README_CN.md b/README_CN.md index b66e6d10e8..0b07b2670f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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. 执行以下命令,验证安装结果。