diff --git a/docs/src/install.md b/docs/src/install.md index 90b5ddf..a261fb1 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -45,6 +45,14 @@ For more details, see [Optional Dependencies](#optional-dependencies). uv add python-re3data ``` + Alternatively you can use [uvx](https://docs.astral.sh/uv/guides/tools/#running-tools) to invoke the CLI without + installing it. + + ```bash + $ uvx --from "python-re3data[cli]" re3data --version + 0.10.0 + ``` + ## Pulling the Docker Image Pull the official image from [GHCR](https://github.com/afuetterer/python-re3data/pkgs/container/python-re3data): diff --git a/requirements/docs b/requirements/docs index c8934b7..d0cdc64 100644 --- a/requirements/docs +++ b/requirements/docs @@ -1,7 +1,7 @@ # # This file is autogenerated by hatch-pip-compile with Python 3.13 # -# - httpx<0.28 +# - httpx>=0.27 # - xsdata>=24.5 # - typer>=0.12 # - mike~=2.1