File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Docling Core
22
33[ ![ PyPI version] ( https://img.shields.io/pypi/v/docling-core )] ( https://pypi.org/project/docling-core/ )
4- ![ Python] ( https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%20%203.11%20%7C%203.12%20%7C%203.13-blue )
4+ ![ Python] ( https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%20%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14 -blue )
55[ ![ uv] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json )] ( https://github.com/astral-sh/uv )
66[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
77[ ![ Imports: isort] ( https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 )] ( https://pycqa.github.io/isort/ )
@@ -21,7 +21,7 @@ pip install docling-core
2121
2222### Development setup
2323
24- To develop for Docling Core, you need Python 3.9 / 3.10 / 3.11 / 3.12 / 3.13 and uv. You can then install from your local clone's root dir :
24+ To develop for Docling Core, you need Python 3.9 through 3.14 and the ` uv ` package. You can then install it from your local clone's root directory :
2525``` bash
2626uv sync --all-extras
2727```
You can’t perform that action at this time.
0 commit comments