We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc2143 commit 36aac1aCopy full SHA for 36aac1a
README.md
@@ -44,23 +44,17 @@ Stable release:
44
pip install libtmux
45
```
46
47
-Pre-releases (alpha / beta / rc):
+With pipx:
48
49
```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
+pipx install libtmux
57
58
59
With uv / uvx:
60
61
62
-uv add libtmux --prerelease allow
63
-uvx --from "libtmux" --prerelease allow python
+uv add libtmux
+uvx --from "libtmux" python
64
65
66
From the main branch (bleeding edge):
0 commit comments