Update installation.md

This commit is contained in:
MissPenguin 2020-11-10 11:08:50 +08:00 committed by GitHub
parent fc827b4e5e
commit 2334467e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR
**4. 安装第三方库**
```
cd PaddleOCR
python3 -m pip install -r requirments.txt
python3 -m pip install -r requirements.txt
```
注意windows环境下建议从[这里](https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely)下载shapely安装包完成安装