From 2334467e069c8d9edce45fb06f4adc9c7131be1b Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Tue, 10 Nov 2020 11:08:50 +0800 Subject: [PATCH] Update installation.md --- doc/doc_ch/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_ch/installation.md b/doc/doc_ch/installation.md index 37af74cc..5d8e5db0 100644 --- a/doc/doc_ch/installation.md +++ b/doc/doc_ch/installation.md @@ -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安装包完成安装,