From 0d58a196f651504d736546951a74ec8085d83412 Mon Sep 17 00:00:00 2001 From: zhoujun Date: Thu, 5 Aug 2021 11:42:11 +0800 Subject: [PATCH] move paddle install outside code (#3551) --- ppstructure/README.md | 2 +- ppstructure/README_ch.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ppstructure/README.md b/ppstructure/README.md index 0d0d93ef..de544e1c 100644 --- a/ppstructure/README.md +++ b/ppstructure/README.md @@ -30,8 +30,8 @@ python3 -m pip install paddlepaddle-gpu==2.1.1 -i https://mirror.baidu.com/pypi/ # CPU python3 -m pip install paddlepaddle==2.1.1 -i https://mirror.baidu.com/pypi/simple -# For more,refer[Installation](https://www.paddlepaddle.org.cn/install/quick)。 ``` +For more,refer [Installation](https://www.paddlepaddle.org.cn/install/quick) . - **(2) Install Layout-Parser** diff --git a/ppstructure/README_ch.md b/ppstructure/README_ch.md index 9ba017da..6cb8a07f 100644 --- a/ppstructure/README_ch.md +++ b/ppstructure/README_ch.md @@ -30,8 +30,8 @@ python3 -m pip install paddlepaddle-gpu==2.1.1 -i https://mirror.baidu.com/pypi/ # CPU安装 python3 -m pip install paddlepaddle==2.1.1 -i https://mirror.baidu.com/pypi/simple -# 更多需求,请参照[安装文档](https://www.paddlepaddle.org.cn/install/quick)中的说明进行操作。 ``` +更多需求,请参照[安装文档](https://www.paddlepaddle.org.cn/install/quick)中的说明进行操作。 - **(2) 安装 Layout-Parser** -- GitLab