Document barectf 3
[barectf.git] / docs / modules / ROOT / pages / install.adoc
1 = Install barectf
2
3 == Requirements
4
5 barectf{nbsp}{page-component-version} requires
6 http://python.org/[Python]{nbsp}3.6 and pip for Python{nbsp}3.
7
8 You can install barectf on Linux, macOS, or Windows.
9
10 == Install barectf
11
12 There 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 +
28 See `+pip3 install --help+` to learn more about the `+--user+`
29 option.
30
31 NOTE: The commands above install the latest version of barectf,
32 while you're currently reading the documentation of
33 barectf{nbsp}{page-component-version}.
34
35 == Upgrade barectf
36
37 To upgrade your system barectf:
38
39 [.cl]
40 [verse]
41 [.prompt]##### pip3 install --upgrade barectf
42
43 To upgrade your user barectf:
44
45 [.cl]
46 [verse]
47 [.prompt]##$## pip3 install --user --upgrade barectf
This page took 0.040834 seconds and 4 git commands to generate.