############## Installation ############## The most recent release can be installed from `PyPI `_ with uv: .. code-block:: console $ uv pip install sssom_pydantic or with pip: .. code-block:: console $ python3 -m pip install sssom_pydantic ********************* Installing from git ********************* The most recent code and data can be installed directly from GitHub with uv: .. code-block:: console $ uv pip install git+https://github.com/cthoyt/sssom-pydantic.git or with pip: .. code-block:: console $ python3 -m pip install git+https://github.com/cthoyt/sssom-pydantic.git **************************** Installing for development **************************** To install in development mode with uv: .. code-block:: console $ git clone git+https://github.com/cthoyt/sssom-pydantic.git $ cd sssom-pydantic $ uv pip install -e . or with pip: .. code-block:: console $ python3 -m pip install -e .