Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 665 Bytes

File metadata and controls

36 lines (23 loc) · 665 Bytes

Installation

To install bleak_bumble of this fork, you need to install it along with its dependencies.

Requirements

  • Python >= 3.10
  • bleak == 3.0.1
  • bumble == 0.0.228

Installation Options

Via pip (Not available from PyPI at the moment)

pip install -e git+https://github.com/ekspla/bleak-bumble_dev_host_mode.git#egg=bleak_bumble

Development Installation

To install for development, git clone or download an archive from GitHub.

Using Poetry

poetry install

Verification

To verify your installation, run:

import bleak_bumble
print(f"bleak_bumble version: {bleak_bumble.__version__}")