Skip to content

Commit 993aeb6

Browse files
committed
docs(quickstart): Install via git
1 parent f0e08de commit 993aeb6

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

docs/quickstart.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,37 @@ New versions of tmuxp are published to PyPI as alpha, beta, or release candidate
3232
In their versions you will see notfication like `a1`, `b1`, and `rc1`, respectively.
3333
`1.10.0b4` would mean the 4th beta release of `1.10.0` before general availability.
3434

35-
- [pip](https://pip.pypa.io/en/stable/):
35+
- [pip]\:
3636

3737
```console
3838
$ pip install --user --upgrade --pre tmuxp
3939
```
4040

41-
- [pipx](https://pypa.github.io/pipx/docs/):
41+
- [pipx]\:
4242

4343
```console
4444
$ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
4545
```
4646

4747
Then use `tmuxp@next load [session]`.
4848

49+
via trunk (can break easily):
50+
51+
- [pip]\:
52+
53+
```console
54+
$ pip install --user -e git+https://github.com/tmux-python/tmuxp.git#egg=tmuxp
55+
```
56+
57+
- [pipx]\:
58+
59+
```console
60+
$ pipx install --suffix=@master 'tmuxp @ git+https://github.com/tmux-python/tmuxp.git@master' --force
61+
```
62+
63+
[pip]: https://pip.pypa.io/en/stable/
64+
[pipx]: https://pypa.github.io/pipx/docs/
65+
4966
## CLI
5067

5168
:::{seealso}

0 commit comments

Comments
 (0)