add gitee installation option

This commit is contained in:
dyning 2020-06-01 17:03:26 +08:00
parent e804d51be1
commit bf44ee5620
1 changed files with 7 additions and 1 deletions

View File

@ -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. 安装第三方库