From 5b60ed38a064364665c2f185d502a4604e8c433b Mon Sep 17 00:00:00 2001 From: tink2123 Date: Wed, 15 Jul 2020 20:26:00 +0800 Subject: [PATCH] fix typo --- doc/doc_ch/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_ch/installation.md b/doc/doc_ch/installation.md index 0b5c201f..4b75e21b 100644 --- a/doc/doc_ch/installation.md +++ b/doc/doc_ch/installation.md @@ -59,7 +59,7 @@ python3 -m pip install paddlepaddle-gpu==1.7.2.post107 -i https://pypi.tuna.tsin 如果您的机器是CPU,请运行以下命令安装 -python3 -m pip install paddlepaddle==1.8.0 -i https://pypi.tuna.tsinghua.edu.cn/simple +python3 -m pip install paddlepaddle==1.7.2 -i https://pypi.tuna.tsinghua.edu.cn/simple 更多的版本需求,请参照[安装文档](https://www.paddlepaddle.org.cn/install/quick)中的说明进行操作。 ``` -- GitLab