diff --git a/README.md b/README.md index 38e6fcd12aaeb320158f113b3d7f99febf39eb67..5c8b12ed6067deb2462c5359beaa81821174efb3 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 d7dd1da7e69c6bcae977e804cf33bb7a26b72417..ee83758a18d313f3dabbb423cfe26140adb50214 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服务,这种情况下不需要安装客户端。