Skip to content

Commit c4b3bb1

Browse files
docs(project): add prebuilt .whl (#21)
Co-authored-by: MegEngine <[email protected]>
1 parent 68140ef commit c4b3bb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ MegFlow 提供快速视觉应用落地流程,最快 15 分钟搭建起视频
1414

1515
## HowTo
1616
* how to build and run
17+
* [run in 15 minutes](docs/how-to-build-and-run/run-in-15-minutes.zh.md)
1718
* [build with docker](docs/how-to-build-and-run/build-with-docker.zh.md)
1819
* [build from source](docs/how-to-build-and-run/build-from-source.zh.md)
1920
* [build on win10](docs/how-to-build-and-run/build-on-win10.zh.md)

docs/how-to-build-and-run/run-in-15-minutes.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ conda activate py38
2424

2525
## 安装 Prebuilt 包
2626

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

0 commit comments

Comments
 (0)