Skip to content

Installation

Stable release

To install Bluetooth SIG Standards Library, run this command in your terminal:

pip install bluetooth-sig

Or if you prefer to use uv:

uv add bluetooth-sig

From source

The source files for Bluetooth SIG Python can be downloaded from the Github repo.

You can either clone the public repository:

git clone git://github.com/RonanB96/bluetooth-sig-python

Or download the tarball:

curl -OJL https://github.com/RonanB96/bluetooth-sig-python/tarball/main

Once you have a copy of the source, you can install it with:

cd bluetooth-sig-python
pip install -e .