Update expired link in quickstart.md (#13253)
* Update expired link in quickstart.md * remove broken links --------- Co-authored-by: Wang Xin <xinwang614@gmail.com>pull/13319/head
parent
70f27916fa
commit
c65a66c5fd
|
@ -60,6 +60,3 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR
|
|||
cd PaddleOCR
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
注意,windows环境下,建议从[这里](https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely)下载shapely安装包完成安装,
|
||||
直接通过pip安装的shapely库可能出现`[winRrror 126] 找不到指定模块的问题`。
|
||||
|
|
|
@ -43,9 +43,6 @@
|
|||
pip install paddleocr
|
||||
```
|
||||
|
||||
- 对于Windows环境用户:直接通过pip安装的shapely库可能出现`[winRrror 126] 找不到指定模块的问题`。建议从[这里](https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely)下载shapely安装包完成安装。
|
||||
|
||||
|
||||
<a name="2"></a>
|
||||
## 2. 便捷使用
|
||||
<a name="21"></a>
|
||||
|
|
|
@ -19,9 +19,3 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR
|
|||
cd PaddleOCR
|
||||
pip3 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.
|
||||
|
||||
Please try to download Shapely whl file from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely](http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely).
|
||||
|
||||
Reference: [Solve shapely installation on windows](https://stackoverflow.com/questions/44398265/install-shapely-oserror-winerror-126-the-specified-module-could-not-be-found)
|
||||
|
|
|
@ -63,9 +63,3 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR
|
|||
cd PaddleOCR
|
||||
pip3 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.
|
||||
|
||||
Please try to download Shapely whl file from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely](http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely).
|
||||
|
||||
Reference: [Solve shapely installation on windows](https://stackoverflow.com/questions/44398265/install-shapely-oserror-winerror-126-the-specified-module-could-not-be-found)
|
||||
|
|
|
@ -47,10 +47,6 @@ For more software version requirements, please refer to the instructions in [Ins
|
|||
pip install "paddleocr>=2.0.1" # Recommend to use version 2.0.1+
|
||||
```
|
||||
|
||||
- **For windows users:** If you getting this error `OSError: [WinError 126] The specified module could not be found` when you install shapely on windows. Please try to download Shapely whl file [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely).
|
||||
|
||||
Reference: [Solve shapely installation on windows](https://stackoverflow.com/questions/44398265/install-shapely-oserror-winerror-126-the-specified-module-could-not-be-found)
|
||||
|
||||
<a name="2-easy-to-use"></a>
|
||||
|
||||
## 2. Easy-to-Use
|
||||
|
|
Loading…
Reference in New Issue