mirror of
https://github.com/allenai/olmocr.git
synced 2025-07-04 07:32:27 +00:00
446 B
446 B
Installation
pdelfin supports Python >= 3.8.
Installing with pip
pdelfin is available on PyPI. Just run
pip install pdelfin
Installing from source
To install pdelfin from source, first clone the repository:
git clone https://github.com/allenai/pdelfin.git
cd pdelfin
Then run
pip install -e .