From 844628012c91f19058d4162eb39c5358dad1509e Mon Sep 17 00:00:00 2001 From: MRXLT Date: Wed, 22 Jul 2020 12:09:43 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34e22a72..5630c88a 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,11 @@ You may need to use a domestic mirror source (in China, you can use the Tsinghua If you need install modules compiled with develop branch, please download packages from [latest packages list](./doc/LATEST_PACKAGES.md) and install with `pip install` command. -Packages of Paddle Serving support Centos 6/7 and Ubuntu 16/18, or you can use HTTP service without install client. +Packages of paddle-serving-server and paddle-serving-server-gpu support Centos 6/7 and Ubuntu 16/18. +Packages of paddle-serving-client and paddle-serving-app support Linux and Windows, but only support python2.7/3.6/3.7. + +Recommended to install paddle >= 1.8.2.

Pre-built services with Paddle Serving

-- GitLab