Browse Source

Merge pull request #181 from haolongzhangm/update-readme

Update README.md
release-1.5
megvii-mge GitHub 3 years ago
parent
commit
f35687caa3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      README.md
  2. +1
    -0
      README_CN.md

+ 1
- 0
README.md View File

@@ -19,6 +19,7 @@ MegEngine is a fast, scalable and easy-to-use deep learning framework, with auto
To install the pre-built binaries via pip wheels:

```bash
python3 -m pip install --upgrade pip
python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
```



+ 1
- 0
README_CN.md View File

@@ -20,6 +20,7 @@ MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深
通过 pip 安装的命令如下:

```bash
python3 -m pip install --upgrade pip
python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
```



Loading…
Cancel
Save