Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(project): add prebuilt .whl #21

Merged
merged 1 commit into from
Sep 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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