Skip to content

Commit 5e2fe3c

Browse files
committed
docs(CHANGES): Add uv installation method for developmental releases
why: Align with vcspull's documentation pattern and provide modern installation options for users who prefer uv over pip. what: - Add uv installation example with --prerelease allow flag - Maintain existing pip installation instructions - Remove pipx/uvx/uv tool methods as libvcs is a library, not a CLI tool - Keep documentation focused on relevant package management tools refs: Consistent with vcspull's approach to documenting installation methods
1 parent d19157d commit 5e2fe3c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGES

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Changelog
22

3-
To install the unreleased libvcs version, see
4-
[developmental releases](https://libvcs.git-pull.com/quickstart.html#developmental-releases).
3+
To install the unreleased libvcs version, see [developmental releases](https://libvcs.git-pull.com/quickstart.html#developmental-releases).
54

65
[pip](https://pip.pypa.io/en/stable/):
76

87
```console
98
$ pip install --user --upgrade --pre libvcs
109
```
1110

11+
[uv](https://docs.astral.sh/uv/):
12+
13+
```console
14+
$ uv add libvcs --prerelease allow
15+
```
16+
1217
## libvcs 0.37.x (unreleased)
1318

1419
<!-- Maintainers, insert changes / features for the next release here -->

0 commit comments

Comments
 (0)