"@" did not exist on "358531be9d858d41077c7e3ebe02a44df6261487"
Unverified Commit 29749146 authored by dyning's avatar dyning Committed by GitHub
Browse files

Merge pull request #1457 from WenmuZhou/update_whl_doc

update whl version
parents 06fac86f aa556e60
...@@ -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
......
...@@ -32,7 +32,7 @@ setup( ...@@ -32,7 +32,7 @@ setup(
package_dir={'paddleocr': ''}, package_dir={'paddleocr': ''},
include_package_data=True, include_package_data=True,
entry_points={"console_scripts": ["paddleocr= paddleocr.paddleocr:main"]}, entry_points={"console_scripts": ["paddleocr= paddleocr.paddleocr:main"]},
version='2.0', version='2.0.1',
install_requires=requirements, install_requires=requirements,
license='Apache License 2.0', license='Apache License 2.0',
description='Awesome OCR toolkits based on PaddlePaddle (8.6M ultra-lightweight pre-trained model, support training and deployment among server, mobile, embeded and IoT devices', description='Awesome OCR toolkits based on PaddlePaddle (8.6M ultra-lightweight pre-trained model, support training and deployment among server, mobile, embeded and IoT devices',
......
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