Install barectf
Requirements
barectf 3.1 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 barectfSee
pip3 install --helpto learn more about the--useroption.
| The commands above install the latest version of barectf, while you’re currently reading the documentation of barectf 3.1. |