Commit 56c57d3
committed
docs(quickstart): Add uv installation methods 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 examples with --prerelease allow for developmental releases
- Add uv git+https:// syntax for trunk installation
- Remove pipx/uvx/uv tool methods as libvcs is a library, not a CLI tool
- Simplify documentation to focus on package management tools relevant to libraries
- Test commands locally to verify syntax correctness
refs: Consistent with vcspull's approach to documenting installation methods1 parent 5e2fe3c commit 56c57d3
1 file changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
41 | 53 | | |
| 54 | + | |
0 commit comments