From e897ded43780a7cce3213aaa9726a9ccfd7dd51c Mon Sep 17 00:00:00 2001 From: MRXLT Date: Tue, 7 Apr 2020 17:18:54 +0800 Subject: [PATCH] add source --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbf0af46..2ce7d494 100644 --- a/README.md +++ b/README.md @@ -42,7 +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) 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.

Quick Start Example

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

快速启动示例

-- GitLab