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 e37b56b commit 74671f2Copy full SHA for 74671f2
CHANGES
@@ -11,13 +11,13 @@ $ pip install --user --upgrade --pre tmuxp
11
[uv](https://docs.astral.sh/uv/getting-started/features/#python-versions):
12
13
```console
14
-$ uv add 'tmuxp>=1.10.0b1'
+$ uv add tmuxp --prerelease allow
15
```
16
17
[uvx](https://docs.astral.sh/uv/guides/tools/):
18
19
20
-$ uvx --from 'tmuxp>=1.10.0b1' tmuxp
+$ uvx --from 'tmuxp' --prerelease allow tmuxp
21
22
23
[pipx](https://pypa.github.io/pipx/docs/):
0 commit comments