Skip to content

Commit e8dc086

Browse files
committed
docs(CHANGES) Add pipx, uv, and uvx installation options
Add pipx, uv, and uvx as installation methods for developmental releases alongside pip, matching the pattern used in vcspull. Commands do not reference specific prerelease versions.
1 parent 0d8aa86 commit e8dc086

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ To install the unreleased gp-libs version, see [developmental releases](https://
88
$ pip install --user --upgrade --pre gp-libs
99
```
1010

11+
[pipx](https://pypa.github.io/pipx/docs/):
12+
13+
```console
14+
$ pipx install --suffix=@next 'gp-libs' --pip-args '\--pre' --force
15+
```
16+
17+
[uv](https://docs.astral.sh/uv/):
18+
19+
```console
20+
$ uv add gp-libs --prerelease allow
21+
```
22+
23+
[uvx](https://docs.astral.sh/uv/guides/tools/):
24+
25+
```console
26+
$ uvx --from 'gp-libs' --prerelease allow gp-libs
27+
```
28+
1129
## gp-libs 0.0.15 (unreleased)
1230

1331
- _Add your latest changes from PRs here_

0 commit comments

Comments
 (0)