Installation¶
okf-schema is published to PyPI and can be installed with any Python package manager.
With uv (recommended)¶
uv tool install okf-schema
With pip¶
pip install okf-schema
Verify the installation¶
okf-schema --version
Upgrade (uv)¶
uv tool install --upgrade okf-schema
OKF-Schema library¶
Install as a Python library for programmatic use:
uv add okf-schema
Next steps¶
Getting Started — create your first bundle in under 10 minutes
How-To Guides — task-oriented recipes for common workflows