From 58e7dda48c7ec0318412b8de82583c2c644f5c21 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Tue, 7 Apr 2020 17:18:54 +0800 Subject: [PATCH] fix conflict --- README.md | 1 + README_CN.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index aa7cff63..8575194a 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,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.

Quick Start Example

### Boston House Price Prediction model diff --git a/README_CN.md b/README_CN.md index 85a4056a..8a19c5cb 100644 --- a/README_CN.md +++ b/README_CN.md @@ -43,6 +43,8 @@ pip install paddle-serving-server # CPU pip install paddle-serving-server-gpu # GPU ``` +您可能需要使用国内镜像源(例如清华源, 在pip命令中添加"-i https://pypi.tuna.tsinghua.edu.cn/simple")来加速下载。 +

快速启动示例

波士顿房价预测

-- GitLab