File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
docs/how-to-build-and-run Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments