pyproject.toml: require Python 3.8+
[barectf.git] / docs / modules / ROOT / pages / install.adoc
CommitLineData
016a4d97
PP
1= Install barectf
2
3== Requirements
4
5barectf{nbsp}{page-component-version} requires
096e7e5a 6http://python.org/[Python]{nbsp}3.8 and pip for Python{nbsp}3.
016a4d97
PP
7
8You can install barectf on Linux, macOS, or Windows.
9
10== Install barectf
11
12There are two ways to install barectf with pip:
13
14* To install barectf on your system:
15+
16[.cl]
17[verse]
18[.prompt]##### pip3 install barectf
19
20* To install barectf for the current user:
21+
22[.cl]
23[verse]
24--
25[.prompt]##$## pip3 install --user barectf
26--
27+
28See `+pip3 install --help+` to learn more about the `+--user+`
29option.
30
31NOTE: The commands above install the latest version of barectf,
32while you're currently reading the documentation of
33barectf{nbsp}{page-component-version}.
34
35== Upgrade barectf
36
37To upgrade your system barectf:
38
39[.cl]
40[verse]
41[.prompt]##### pip3 install --upgrade barectf
42
43To upgrade your user barectf:
44
45[.cl]
46[verse]
47[.prompt]##$## pip3 install --user --upgrade barectf
This page took 0.025177 seconds and 4 git commands to generate.