提交 5fa8b5c6 编写于 作者: W WenmuZhou

update python to python3

上级 15be2fb9
......@@ -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. 代码使用
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册