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