diff --git a/ppstructure/vqa/README.md b/ppstructure/vqa/README.md index 3061488e911e265882630034a9936c89dbd48663..b5e95fd219961363d6c1c09330ea795e11725a4e 100644 --- a/ppstructure/vqa/README.md +++ b/ppstructure/vqa/README.md @@ -87,7 +87,7 @@ python3 -m pip install paddleocr 【推荐】git clone https://github.com/PaddlePaddle/PaddleOCR # 如果因为网络问题无法pull成功,也可选择使用码云上的托管: -python3 -m pip clone https://gitee.com/paddlepaddle/PaddleOCR +git clone https://gitee.com/paddlepaddle/PaddleOCR # 注:码云托管代码可能无法实时同步本github项目更新,存在3~5天延时,请优先使用推荐方式。 ```