Skip to content

Commit 811dad8

Browse files
committed
docs(CHANGES): stop pinning prerelease versions in examples
1 parent 95c92e9 commit 811dad8

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

CHANGES

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,14 @@ To install the unreleased unihan-etl version, see [developmental releases](https
55
[uv](https://docs.astral.sh/uv/):
66

77
```console
8-
$ uv add --prerelease=allow unihan-etl
8+
$ uv add unihan-etl --prerelease allow
99
```
1010

1111
```console
12-
$ uv add --prerelease=allow 'unihan-etl==0.27.0a1'
12+
$ uvx --from 'unihan-etl' --prerelease allow unihan-etl
1313
```
1414

15-
```console
16-
$ uvx --prerelease=allow unihan-etl
17-
```
18-
19-
```console
20-
$ uvx --from 'unihan-etl==0.27.0a1' unihan-etl
21-
```
22-
23-
The second pair of commands shows how to pin and run a specific pre-release.
15+
These commands install or run the latest available pre-release.
2416

2517
[pip](https://pip.pypa.io/en/stable/):
2618

0 commit comments

Comments
 (0)