update whl recommend version

This commit is contained in:
WenmuZhou 2020-12-16 10:58:30 +08:00
parent 8a51374837
commit aa556e6020
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
pip安装
```bash
pip install paddleocr
pip install "paddleocr>=2.0.1" # 推荐使用2.0.1+版本
```
本地构建并安装

View File

@ -4,7 +4,7 @@
### install package
install by pypi
```bash
pip install paddleocr
pip install "paddleocr>=2.0.1" # Recommend to use version 2.0.1+
```
build own whl package and install