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 7
7
Assure you have at least tmux ** >= 1.8** and python ** >= 2.6** .
8
8
9
9
``` console
10
-
11
10
$ pip install --user tmuxp
12
-
13
11
```
14
12
15
13
You can upgrade to the latest release with:
16
14
17
15
``` console
18
-
19
16
$ pip install --user tmuxp -U
20
-
21
17
```
22
18
23
19
Then install {ref}` completion ` .
24
20
25
21
If you are a Homebrew user you can install it with:
26
22
27
23
``` console
28
-
29
24
$ brew install tmuxp
30
-
31
25
```
32
26
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
+
33
43
## CLI
34
44
35
45
:::{seealso}
You can’t perform that action at this time.
0 commit comments