Skip to content

Commit

Permalink
fix(readme): update wheel install guide for detectron2
Browse files Browse the repository at this point in the history
Update the installation guide in README_zh-CN.md to clarify that the pre-compiled
whl packages are only compatible with 64-bit systems running Python 3.10 on
windows/linux/macOS. Add a note warning that the packages are not compatible with
32-bit systems or non-mac ARM platforms, and suggest manual compilation for
unsupported systems.
  • Loading branch information
myhloli committed Jul 24, 2024
1 parent 9433b96 commit f8599d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ pip install magic-pdf[full-cpu]
> 如版本低于0.6.x,请提交issue进行反馈。
完整功能包依赖detectron2,该库需要编译安装,如需自行编译,请参考 https://github.com/facebookresearch/detectron2/issues/5114
或是直接使用我们预编译的whl包(仅限python 3.10):
或是直接使用我们预编译的whl包:
> ❗️预编译版本仅支持64位系统(windows/linux/macOS)+pyton 3.10平台;不支持任何32位系统和非mac的arm平台,如系统不支持请自行编译安装。
```bash
pip install detectron2 --extra-index-url https://myhloli.github.io/wheels/
```
Expand Down

0 comments on commit f8599d2

Please sign in to comment.