From bf2e2d29bd8708a96dc00513b036809df10d8204 Mon Sep 17 00:00:00 2001 From: zhanghaolong <1041563782@qq.com> Date: Tue, 15 Jun 2021 10:25:39 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + README_CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c3f16598..f05fb30d 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/README_CN.md b/README_CN.md index dca0a078..27b955ed 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 ```