diff --git a/README.md b/README.md index 94e5c6842a3463949f7b83cf705d18913c034c5a..d2279bb62c2cc777e800a350676dacad5e7af204 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 dca0a078f8f3d8b07a43be8c525013c09da21372..27b955ed98092c2892f388fdf397539f80276bba 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 ```