To install bleak_bumble of this fork, you need to install it along with its dependencies.
- Python >= 3.10
- bleak == 3.0.1
- bumble == 0.0.228
pip install -e git+https://github.com/ekspla/bleak-bumble_dev_host_mode.git#egg=bleak_bumbleTo install for development, git clone or download an archive from GitHub.
poetry installTo verify your installation, run:
import bleak_bumble
print(f"bleak_bumble version: {bleak_bumble.__version__}")