From 750056b94dc2a60f0e9ba2aaeed6c2d1a0f8fcc3 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Wed, 28 Jul 2021 17:38:14 +0800 Subject: [PATCH] update layout install cmd --- ppstructure/README.md | 3 +-- ppstructure/README_ch.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ppstructure/README.md b/ppstructure/README.md index 185aa88d..b28d1ce7 100644 --- a/ppstructure/README.md +++ b/ppstructure/README.md @@ -2,8 +2,7 @@ install layoutparser ```sh -wget https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl -pip3 install layoutparser-0.0.0-py3-none-any.whl +pip3 install https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl ``` ## 1. Introduction to pipeline diff --git a/ppstructure/README_ch.md b/ppstructure/README_ch.md index 2cd1f6fb..2ffac2e9 100644 --- a/ppstructure/README_ch.md +++ b/ppstructure/README_ch.md @@ -2,8 +2,7 @@ 安装layoutparser ```sh -wget https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl -pip3 install layoutparser-0.0.0-py3-none-any.whl +pip3 install https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl ``` ## 1. pipeline介绍 -- GitLab