diff --git a/doc/doc_en/installation_en.md b/doc/doc_en/installation_en.md index 7e2fd6bf0..12af13c0b 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.