Update installation_en.md
This commit is contained in:
parent
b631887de4
commit
fc827b4e5e
|
@ -77,7 +77,7 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR
|
||||||
**4. Install third-party libraries**
|
**4. Install third-party libraries**
|
||||||
```
|
```
|
||||||
cd PaddleOCR
|
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.
|
If you getting this error `OSError: [WinError 126] The specified module could not be found` when you install shapely on windows.
|
||||||
|
|
Loading…
Reference in New Issue