update python to python3
This commit is contained in:
parent
15be2fb979
commit
5fa8b5c666
|
@ -11,7 +11,7 @@ pip install paddleocr
|
||||||
|
|
||||||
本地构建并安装
|
本地构建并安装
|
||||||
```bash
|
```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的版本号
|
pip install dist/paddleocr-x.x.x-py3-none-any.whl # x.x.x是paddleocr的版本号
|
||||||
```
|
```
|
||||||
### 1. 代码使用
|
### 1. 代码使用
|
||||||
|
|
|
@ -9,7 +9,7 @@ pip install paddleocr
|
||||||
|
|
||||||
build own whl package and install
|
build own whl package and install
|
||||||
```bash
|
```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
|
pip install dist/paddleocr-x.x.x-py3-none-any.whl # x.x.x is the version of paddleocr
|
||||||
```
|
```
|
||||||
### 1. Use by code
|
### 1. Use by code
|
||||||
|
|
Loading…
Reference in New Issue