fix windows readme
This commit is contained in:
parent
7a9d8fa5da
commit
4020867c50
|
@ -205,7 +205,7 @@ Windows does not support Pipeline Serving, if we want to lauch paddle serving on
|
||||||
**Prepare Stage:**
|
**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
|
pip3 install paddle-serving-app==0.3.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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
|
pip3 install paddle-serving-app==0.3.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue