fix windows readme

This commit is contained in:
bjjwwang 2021-05-20 14:17:11 +00:00 committed by tink2123
parent 7a9d8fa5da
commit 4020867c50
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ Windows does not support Pipeline Serving, if we want to lauch paddle serving on
**Prepare Stage:**
```
pip3 install paddle-serving-server==0.6.0
pip3 install paddle-serving-server==0.5.0
pip3 install paddle-serving-app==0.3.1
```

View File

@ -199,7 +199,7 @@ Windows用户不能使用上述的启动方式需要使用Web Service
准备阶段:
```
pip3 install paddle-serving-server==0.6.0
pip3 install paddle-serving-server==0.5.0
pip3 install paddle-serving-app==0.3.1
```