mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08:00
update pip to pip3
This commit is contained in:
parent
5fa8b5c666
commit
47f9972a20
@ -12,7 +12,7 @@ pip install paddleocr
|
|||||||
本地构建并安装
|
本地构建并安装
|
||||||
```bash
|
```bash
|
||||||
python3 setup.py bdist_wheel
|
python3 setup.py bdist_wheel
|
||||||
pip install dist/paddleocr-x.x.x-py3-none-any.whl # x.x.x是paddleocr的版本号
|
pip3 install dist/paddleocr-x.x.x-py3-none-any.whl # x.x.x是paddleocr的版本号
|
||||||
```
|
```
|
||||||
### 1. 代码使用
|
### 1. 代码使用
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ pip install paddleocr
|
|||||||
build own whl package and install
|
build own whl package and install
|
||||||
```bash
|
```bash
|
||||||
python3 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
|
pip3 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…
x
Reference in New Issue
Block a user