Update README.md

pull/4009/head
xiaoting 2021-09-09 19:27:47 +08:00 committed by GitHub
parent bc5d8e2263
commit f6ba2c75fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -49,13 +49,12 @@ PaddleOCR operating environment and Paddle Serving operating environment are nee
The python3.7 version is recommended here:
```
wget https://paddle-serving.bj.bcebos.com/test-dev/whl/paddle_serving_client-0.0.0-cp37-none-any.whl
pip3 install paddle_serving_client-0.0.0-cp37-none-any.whl
pip3 install paddle-serving-client==0.6.3
```
4. Install serving-app
```
pip3 install paddle-serving-app==0.6.1
pip3 install paddle-serving-app==0.6.3
```
**note:** If you want to install the latest version of PaddleServing, refer to [link](https://github.com/PaddlePaddle/Serving/blob/develop/doc/LATEST_PACKAGES.md).