From e37cee321f2ad958548b5e48e58e991ebb6cf09d Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Sun, 2 Feb 2025 12:32:46 +0100 Subject: [PATCH] docs(install): add uvx section --- docs/src/install.md | 8 ++++++++ requirements/docs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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