From 8ff66db44984bae7a7bf454cc81a0b0dabd51e36 Mon Sep 17 00:00:00 2001 From: zhongpu <2013000149@qq.com> Date: Fri, 10 Jan 2020 22:06:56 +0800 Subject: [PATCH] fix faq bug, test=develop (#1728) --- doc/fluid/faq/install_cn.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/fluid/faq/install_cn.md b/doc/fluid/faq/install_cn.md index 6b9aea71d..2ee368b7b 100644 --- a/doc/fluid/faq/install_cn.md +++ b/doc/fluid/faq/install_cn.md @@ -17,13 +17,13 @@ Python2: -`pip install paddlepaddle -i http://pypi.douban.com/simple/` +`pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple/` Python3: -`pip3 install paddlepaddle -i http://pypi.douban.com/simple/` +`pip3 install paddlepaddle -i https://mirror.baidu.com/pypi/simple/` -这里也可以将 -i 后的参数换成:https://mirrors.aliyun.com/pypi/simple/ +这里也可以将 -i 后的参数换成:https://pypi.tuna.tsinghua.edu.cn/simple、https://mirrors.aliyun.com/pypi/simple/、https://pypi.douban.com/simple/ ##### Q: github下载耗时 -- GitLab