Getting Started

Installing bt

The easiest way to install bt is from the Python Package Index using pip:

$ pip install bt

Since bt has many dependencies, we strongly recommend installing the Anaconda Scientific Python Distribution, especially on Windows. This distribution comes with many of the required packages pre-installed, including pip. Once Anaconda is installed, the above command should complete the installation.

bt is also available on Conda Forge, and installable via:

$ conda install bt --channel conda-forge

bt is compatible with Python >=3.7.