Skip to content

Commit 36aac1a

Browse files
committed
docs(README): simplify install without prereleases
1 parent bbc2143 commit 36aac1a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,17 @@ Stable release:
4444
pip install libtmux
4545
```
4646

47-
Pre-releases (alpha / beta / rc):
47+
With pipx:
4848

4949
```bash
50-
pip install --upgrade --pre libtmux
51-
```
52-
53-
With pipx (installs as `libtmux@next`):
54-
55-
```bash
56-
pipx install --suffix=@next "libtmux" --pip-args "\--pre" --force
50+
pipx install libtmux
5751
```
5852

5953
With uv / uvx:
6054

6155
```bash
62-
uv add libtmux --prerelease allow
63-
uvx --from "libtmux" --prerelease allow python
56+
uv add libtmux
57+
uvx --from "libtmux" python
6458
```
6559

6660
From the main branch (bleeding edge):

0 commit comments

Comments
 (0)