Skip to content

Commit b2bb9d4

Browse files
committed
docs(installation): Link uv and pipx in requirements
why: Users need to know where to get these tools before using the tabs. what: - Add uv and pipx to requirements with GitHub repo + install links - Pattern: [name](github) ([install](docs)) for each
1 parent 570a3fa commit b2bb9d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Python 3.10+
88
- tmux >= 3.2a
9+
- [uv](https://github.com/astral-sh/uv) ([install](https://docs.astral.sh/uv/getting-started/installation/)) or [pipx](https://github.com/pypa/pipx) ([install](https://pipx.pypa.io/stable/installation/)) — for running without a persistent install
910

1011
## Run without installing
1112

0 commit comments

Comments
 (0)