Skip to content

Installation

PyEventBT is published on PyPI and can be easily installed with a single command.

Terminal window
pip install pyeventbt

PyEventBT requires Python 3.10 or higher.

We recommend using a virtual environment to avoid conflicts with other packages.

  1. Create a virtual environment:

    Terminal window
    conda create -n pyeventbt python=3.12
  2. Activate the environment:

    Terminal window
    conda activate pyeventbt
  3. Install PyEventBT from PyPI:

    Terminal window
    pip install pyeventbt

You can verify that PyEventBT is correctly installed by importing it in Python:

import pyeventbt
print(pyeventbt.__version__)

If you want to contribute or see the source code, check out the project on GitHub. We’d love your help!