Skip to content

Commit

Permalink
docs(project): add prebuilt .whl (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: MegEngine <megengine@megvii.com>
  • Loading branch information
tpoisonooo and megvii-mge committed Sep 19, 2021
1 parent 68140ef commit c4b3bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ MegFlow 提供快速视觉应用落地流程,最快 15 分钟搭建起视频

## HowTo
* how to build and run
* [run in 15 minutes](docs/how-to-build-and-run/run-in-15-minutes.zh.md)
* [build with docker](docs/how-to-build-and-run/build-with-docker.zh.md)
* [build from source](docs/how-to-build-and-run/build-from-source.zh.md)
* [build on win10](docs/how-to-build-and-run/build-on-win10.zh.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to-build-and-run/run-in-15-minutes.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ conda activate py38

## 安装 Prebuilt 包

下载对应 python 版本的 .whl 包,安装
打开 [release 页面](https://github.com/MegEngine/MegFlow/releases)下载对应 python 版本的 .whl 包,安装
```bash
$ python3 -m pip install megflow-0.1.0-py38-none-linux_x86_64.whl --force-reinstall
```
Expand Down

0 comments on commit c4b3bb1

Please sign in to comment.