Skip to content

Commit 42e4de2

Browse files
authored
docs(install): add uvx section (#245)
Fixes #226
1 parent 267c48e commit 42e4de2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/src/install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ For more details, see [Optional Dependencies](#optional-dependencies).
4545
uv add python-re3data
4646
```
4747

48+
Alternatively you can use [uvx](https://docs.astral.sh/uv/guides/tools/#running-tools) to invoke the CLI without
49+
installing it.
50+
51+
```bash
52+
$ uvx --from "python-re3data[cli]" re3data --version
53+
0.10.0
54+
```
55+
4856
## Pulling the Docker Image
4957

5058
Pull the official image from [GHCR](https://github.com/afuetterer/python-re3data/pkgs/container/python-re3data):

requirements/docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is autogenerated by hatch-pip-compile with Python 3.13
33
#
4-
# - httpx<0.28
4+
# - httpx>=0.27
55
# - xsdata>=24.5
66
# - typer>=0.12
77
# - mike~=2.1

0 commit comments

Comments
 (0)