"vscode:/vscode.git/clone" did not exist on "f44557ed07257eff452f8b701ae64d8f8ba8746b"
Commit aa556e60 authored by WenmuZhou's avatar WenmuZhou
Browse files

update whl recommend version

parent 8a513748
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
pip安装 pip安装
```bash ```bash
pip install paddleocr pip install "paddleocr>=2.0.1" # 推荐使用2.0.1+版本
``` ```
本地构建并安装 本地构建并安装
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
### install package ### install package
install by pypi install by pypi
```bash ```bash
pip install paddleocr pip install "paddleocr>=2.0.1" # Recommend to use version 2.0.1+
``` ```
build own whl package and install build own whl package and install
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment