update python to python3

This commit is contained in:
WenmuZhou 2020-09-21 12:48:07 +08:00
parent 15be2fb979
commit 5fa8b5c666
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ pip install paddleocr
本地构建并安装
```bash
python setup.py bdist_wheel
python3 setup.py bdist_wheel
pip install dist/paddleocr-x.x.x-py3-none-any.whl # x.x.x是paddleocr的版本号
```
### 1. 代码使用

View File

@ -9,7 +9,7 @@ pip install paddleocr
build own whl package and install
```bash
python setup.py bdist_wheel
python3 setup.py bdist_wheel
pip install dist/paddleocr-x.x.x-py3-none-any.whl # x.x.x is the version of paddleocr
```
### 1. Use by code