Browse Source

add installation instruction from PyPI

pull/1314/head
liangyongxiong 4 years ago
parent
commit
b6af896b81
2 changed files with 16 additions and 0 deletions
  1. +8
    -0
      README.md
  2. +8
    -0
      README_CN.md

+ 8
- 0
README.md View File

@@ -55,6 +55,14 @@ You can install MindInsight either by pip or by source code.

#### Installation by pip

Install from PyPI:

```bash
pip install mindinsight
```

Install with customized version:

```bash
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/{version}/MindInsight/ascend/{system}/mindinsight-{version}-cp37-cp37m-linux_{arch}.whl --trusted-host ms-release.obs.cn-north-4.myhuaweicloud.com -i https://pypi.tuna.tsinghua.edu.cn/simple
```


+ 8
- 0
README_CN.md View File

@@ -54,6 +54,14 @@ MindInsight为MindSpore提供了简单易用的调优调试能力。在训练过

#### pip安装

安装PyPI上的版本:

```bash
pip install mindinsight
```

安装自定义版本:

```bash
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/{version}/MindInsight/ascend/{system}/mindinsight-{version}-cp37-cp37m-linux_{arch}.whl --trusted-host ms-release.obs.cn-north-4.myhuaweicloud.com -i https://pypi.tuna.tsinghua.edu.cn/simple
```


Loading…
Cancel
Save