add gitee installation option
This commit is contained in:
parent
e804d51be1
commit
bf44ee5620
|
@ -59,7 +59,13 @@ python3 -m pip install paddlepaddle-gpu==1.7.2.post107 -i https://pypi.tuna.tsin
|
|||
|
||||
3. 克隆PaddleOCR repo代码
|
||||
```
|
||||
git clone https://github.com/PaddlePaddle/PaddleOCR
|
||||
【推荐】git clone https://github.com/PaddlePaddle/PaddleOCR
|
||||
|
||||
如果因为网络问题无法pull成功,也可选择使用码云上的托管:
|
||||
|
||||
git clone https://gitee.com/paddlepaddle/PaddleOCR
|
||||
|
||||
注:码云托管代码可能无法实时同步本github项目更新,存在几天延时,请优先使用推荐方式。
|
||||
```
|
||||
|
||||
4. 安装第三方库
|
||||
|
|
Loading…
Reference in New Issue