Harryoung / Test

0 stars 0 forks source link

How to install #19

Open Harryoung opened 1 year ago

Harryoung commented 1 year ago

How can I install PaddleOCR whl package?

llm-issue-bot[bot] commented 1 year ago

Issue Response

First, you can install it via PyPI by running the following command:

pip install "paddleocr>=2.0.1"

This will install the latest version of PaddleOCR.

Alternatively, you can build and install your own whl package. To do this, follow these steps:

  1. Run the command python3 setup.py bdist_wheel to build the whl package.
  2. After the package is built, install it using the command pip3 install dist/paddleocr-x.x.x-py3-none-any.whl, replacing x.x.x with the version of PaddleOCR you want to install.

Please note that before installing the PaddleOCR whl package, you need to first install PaddlePaddle.

In summary, to install the PaddleOCR whl package, you can either use the PyPI method or build and install your own whl package.

Resources

How to use

To invoke the AceIssueSolver, add a comment using one of the following commands: @llm-issue-bot \<QUESTION>: Pose more questions on AceIssueSolver.