Skip to content

Commit cfc84a7

Browse files
committed
docs(quickstart): Add prepreleases
1 parent 9689ecc commit cfc84a7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/quickstart.md

+24
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,30 @@ $ pip install --user libtmux
3131

3232
```
3333

34+
(developmental-releases)=
35+
36+
### Developmental releases
37+
38+
New versions of libtmux are published to PyPI as alpha, beta, or release candidates. In their
39+
versions you will see notfication like `a1`, `b1`, and `rc1`, respectively. `1.10.0b4` would mean
40+
the 4th beta release of `1.10.0` before general availability.
41+
42+
- [pip]\:
43+
44+
```console
45+
$ pip install --user --upgrade --pre libtmux
46+
```
47+
48+
via trunk (can break easily):
49+
50+
- [pip]\:
51+
52+
```console
53+
$ pip install --user -e git+https://github.com/tmux-python/libtmux.git#egg=libtmux
54+
```
55+
56+
[pip]: https://pip.pypa.io/en/stable/
57+
3458
## Start a tmux session
3559

3660
Now, let's open a tmux session.

0 commit comments

Comments
 (0)