Skip to content

Commit 4e02045

Browse files
committed
docs(CHANGES): Match uv, uvx, pipx pattern for developmental releases
- Reorder to pipx, uv, uvx (matching vcspull pattern) - Add --prerelease allow flags to uv and uvx commands - Update uv link to point to specific features page - Add uvx link reference - Remove specific prerelease version mentions
1 parent 1f27051 commit 4e02045

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

CHANGES

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,23 @@ To install the unreleased g version, see [developmental releases](https://g.git-
88
$ pip install --user --upgrade --pre g
99
```
1010

11-
[uv](https://docs.astral.sh/uv/):
12-
13-
```console
14-
$ uv tool install g
15-
```
16-
17-
Working inside a uv-managed project:
11+
[pipx](https://pypa.github.io/pipx/docs/):
1812

1913
```console
20-
$ uv add g
14+
$ pipx install --suffix=@next 'g' --pip-args '\--pre' --force
15+
// Usage: g@next --help
2116
```
2217

23-
For one-off use without installing globally:
18+
[uv](https://docs.astral.sh/uv/getting-started/features/#python-versions):
2419

2520
```console
26-
$ uvx g
21+
$ uv add g --prerelease allow
2722
```
2823

29-
[pipx](https://pypa.github.io/pipx/docs/):
24+
[uvx](https://docs.astral.sh/uv/guides/tools/):
3025

3126
```console
32-
$ pipx install --suffix=@next g --pip-args '\--pre' --force
33-
// Usage: g@next --help
27+
$ uvx --from 'g' --prerelease allow g
3428
```
3529

3630
## g 0.0.8 (unreleased)

0 commit comments

Comments
 (0)