Skip to content

Commit

Permalink
fix windows readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bjjwwang committed May 20, 2021
1 parent 4d6a563 commit 3cae04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/pdserving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion deploy/pdserving/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 3cae04e

Please sign in to comment.