From 7327baf1644415937d473b09f14fbc7c25e3858e Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Tue, 16 Aug 2022 03:44:39 +0000 Subject: [PATCH] add en install doc --- ppstructure/docs/installation_en.md | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ppstructure/docs/installation_en.md diff --git a/ppstructure/docs/installation_en.md b/ppstructure/docs/installation_en.md new file mode 100644 index 00000000..02b02db0 --- /dev/null +++ b/ppstructure/docs/installation_en.md @@ -0,0 +1,30 @@ +# Quick installation + +- [1. PaddlePaddle 和 PaddleOCR](#1) +- [2. Install other dependencies](#2) + - [2.1 VQA](#21) + + + +## 1. PaddlePaddle and PaddleOCR + +Please refer to [PaddleOCR installation documentation](../../doc/doc_en/installation_en.md) + + +## 2. Install other dependencies + + +### 2.1 VQA + +* paddleocr + +```bash +pip3 install paddleocr +``` + +* PaddleNLP +```bash +git clone https://github.com/PaddlePaddle/PaddleNLP -b develop +cd PaddleNLP +pip3 install -e . +``` -- GitLab