Update installation.md
This commit is contained in:
parent
fc827b4e5e
commit
2334467e06
|
@ -75,7 +75,7 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR
|
||||||
**4. 安装第三方库**
|
**4. 安装第三方库**
|
||||||
```
|
```
|
||||||
cd PaddleOCR
|
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安装包完成安装,
|
注意,windows环境下,建议从[这里](https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely)下载shapely安装包完成安装,
|
||||||
|
|
Loading…
Reference in New Issue