Skip to content

Commit d4d195f

Browse files
committed
docs(quickstart): Note developmental releases
1 parent 4253756 commit d4d195f

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

docs/quickstart.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,39 @@
77
Assure you have at least tmux **>= 1.8** and python **>= 2.6**.
88

99
```console
10-
1110
$ pip install --user tmuxp
12-
1311
```
1412

1513
You can upgrade to the latest release with:
1614

1715
```console
18-
1916
$ pip install --user tmuxp -U
20-
2117
```
2218

2319
Then install {ref}`completion`.
2420

2521
If you are a Homebrew user you can install it with:
2622

2723
```console
28-
2924
$ brew install tmuxp
30-
3125
```
3226

27+
### Developmental releases
28+
29+
- [pip](https://pip.pypa.io/en/stable/):
30+
31+
```console
32+
$ pip install --user --upgrade --pre tmuxp
33+
```
34+
35+
- [pipx](https://pypa.github.io/pipx/docs/):
36+
37+
```console
38+
$ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
39+
```
40+
41+
Then use `tmuxp@next load [session]`.
42+
3343
## CLI
3444

3545
:::{seealso}

0 commit comments

Comments
 (0)