Install barectf
Requirements
barectf 3.0 requires Python 3.6 and pip for Python 3.
You can install barectf on Linux, macOS, or Windows.
Install barectf
There are two ways to install barectf with pip:
-
To install barectf on your system:
# pip3 install barectf
-
To install barectf for the current user:
$ pip3 install --user barectf
See
pip3 install --help
to learn more about the--user
option.
The commands above install the latest version of barectf, while you’re currently reading the documentation of barectf 3.0. |