### Install EasyOFD using pip Source: https://github.com/renoyuan/easyofd/wiki/使用教程 Install the EasyOFD library using pip for quick setup. ```bash pip install easyofd ``` -------------------------------- ### Install EasyOFD from Source Source: https://github.com/renoyuan/easyofd/wiki/使用教程 Install EasyOFD locally by compiling from its source code. Ensure you have downloaded the source from the provided GitHub repository. ```bash cd easyofd python -m pip install -e . ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.