update layout install cmd

This commit is contained in:
WenmuZhou 2021-07-28 17:38:14 +08:00
parent fd1bddf5a2
commit 750056b94d
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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介绍