From 61ac9cbb5caa4e683851140004a86e799b5c23fb Mon Sep 17 00:00:00 2001 From: MRXLT Date: Tue, 7 Apr 2020 17:57:15 +0800 Subject: [PATCH] update readme --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b46ddf3..46b97be4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ pip install paddle-serving-server # CPU pip install paddle-serving-server-gpu # GPU ``` -You may need to use a domestic mirror source (in China, you can use the Tsinghua mirror source, add "-i https://pypi.tuna.tsinghua.edu.cn/simple" to pip command) to speed up the download. +You may need to use a domestic mirror source (in China, you can use the Tsinghua mirror source, add `-i https://pypi.tuna.tsinghua.edu.cn/simple` to pip command) to speed up the download. Client package support Centos 7 and Ubuntu 18, or you can use HTTP service without install client. diff --git a/README_CN.md b/README_CN.md index a0dada29..4cafb499 100644 --- a/README_CN.md +++ b/README_CN.md @@ -55,7 +55,7 @@ pip install paddle-serving-server # CPU pip install paddle-serving-server-gpu # GPU ``` -您可能需要使用国内镜像源(例如清华源, 在pip命令中添加"-i https://pypi.tuna.tsinghua.edu.cn/simple")来加速下载。 +您可能需要使用国内镜像源(例如清华源, 在pip命令中添加`-i https://pypi.tuna.tsinghua.edu.cn/simple`)来加速下载。 客户端安装包支持Centos 7和Ubuntu 18,或者您可以使用HTTP服务,这种情况下不需要安装客户端。 -- GitLab