We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c92e9 commit 811dad8Copy full SHA for 811dad8
CHANGES
@@ -5,22 +5,14 @@ To install the unreleased unihan-etl version, see [developmental releases](https
5
[uv](https://docs.astral.sh/uv/):
6
7
```console
8
-$ uv add --prerelease=allow unihan-etl
+$ uv add unihan-etl --prerelease allow
9
```
10
11
12
-$ uv add --prerelease=allow 'unihan-etl==0.27.0a1'
+$ uvx --from 'unihan-etl' --prerelease allow unihan-etl
13
14
15
-```console
16
-$ uvx --prerelease=allow unihan-etl
17
-```
18
-
19
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.
+These commands install or run the latest available pre-release.
24
25
[pip](https://pip.pypa.io/en/stable/):
26
0 commit comments