未验证 提交 f35687ca 编写于 作者: M megvii-mge 提交者: GitHub

Merge pull request #181 from haolongzhangm/update-readme

Update README.md
...@@ -19,6 +19,7 @@ MegEngine is a fast, scalable and easy-to-use deep learning framework, with auto ...@@ -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: To install the pre-built binaries via pip wheels:
```bash ```bash
python3 -m pip install --upgrade pip
python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
``` ```
......
...@@ -20,6 +20,7 @@ MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深 ...@@ -20,6 +20,7 @@ MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深
通过 pip 安装的命令如下: 通过 pip 安装的命令如下:
```bash ```bash
python3 -m pip install --upgrade pip
python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册