PaddleOCR/doc/doc_ch/clone.md

24 lines
473 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 项目克隆
## 1. 克隆PaddleOCR repo代码
```
【推荐】git clone https://github.com/PaddlePaddle/PaddleOCR
```
如果因为网络问题无法pull成功也可选择使用码云上的托管
```
git clone https://gitee.com/paddlepaddle/PaddleOCR
```
码云托管代码可能无法实时同步本github项目更新存在3~5天延时请优先使用推荐方式。
## 2. 安装第三方库
```
cd PaddleOCR
pip3 install -r requirements.txt
```