From e57e6144e5e705dae53c90200c2c6f8bbd82284f Mon Sep 17 00:00:00 2001 From: Leif <4603009@qq.com> Date: Fri, 27 Nov 2020 16:11:09 +0800 Subject: [PATCH] Update Readme_en --- PPOCRLabel/README_en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PPOCRLabel/README_en.md b/PPOCRLabel/README_en.md index 3b00351f..7ebbb97c 100644 --- a/PPOCRLabel/README_en.md +++ b/PPOCRLabel/README_en.md @@ -20,7 +20,7 @@ Download and install [Anaconda](https://www.anaconda.com/download/#download) (Py conda install pyqt=5 cd ./PPOCRLabel # Change the directory to the PPOCRLabel folder pyrcc5 -o libs/resources.py resources.qrc -python PPOCRLabel.py +python PPOCRLabel.py --lang en ``` #### Ubuntu Linux @@ -31,7 +31,7 @@ sudo apt-get install trash-cli cd ./PPOCRLabel # Change the directory to the PPOCRLabel folder sudo pip3 install -r requirements/requirements-linux-python3.txt make qt5py3 -python3 PPOCRLabel.py +python3 PPOCRLabel.py --lang en ``` #### macOS @@ -41,7 +41,7 @@ pip3 uninstall opencv-python # Uninstall opencv manually as it conflicts with py pip3 install opencv-contrib-python-headless # Install the headless version of opencv cd ./PPOCRLabel # Change the directory to the PPOCRLabel folder make qt5py3 -python3 PPOCRLabel.py +python3 PPOCRLabel.py --lang en ``` ## Usage -- GitLab