File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 77Assure you have at least tmux ** >= 1.8** and python ** >= 2.6** .
88
99``` console
10-
1110$ pip install --user tmuxp
12-
1311```
1412
1513You can upgrade to the latest release with:
1614
1715``` console
18-
1916$ pip install --user tmuxp -U
20-
2117```
2218
2319Then install {ref}` completion ` .
2420
2521If 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}
You can’t perform that action at this time.
0 commit comments