From fc827b4e5e26a9f717a54c27f3229a45e6d6405d Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Tue, 10 Nov 2020 11:08:18 +0800 Subject: [PATCH] Update installation_en.md --- doc/doc_en/installation_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_en/installation_en.md b/doc/doc_en/installation_en.md index 7e2fd6bf..12af13c0 100644 --- a/doc/doc_en/installation_en.md +++ b/doc/doc_en/installation_en.md @@ -77,7 +77,7 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR **4. Install third-party libraries** ``` cd PaddleOCR -python3 -m pip install -r requirments.txt +python3 -m pip install -r requirements.txt ``` If you getting this error `OSError: [WinError 126] The specified module could not be found` when you install shapely on windows. -- GitLab