Skip to content

Commit 5f45985

Browse files
committed
Include helpful hints for installing BlueZ
1 parent bad05f0 commit 5f45985

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bless/backends/bluezdbus/dbus/application.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ def _ensure_bluez_available() -> None:
8080
return
8181
message = (
8282
"BlueZ utilities not found (bluetoothd/bluetoothctl). "
83-
"Install BlueZ to use the Linux backend."
83+
"Install BlueZ to use the Linux backend. On Debian/Ubuntu: "
84+
"`sudo apt-get install bluez`. On Raspberry Pi, you may also want "
85+
"`pi-bluetooth`."
8486
)
8587
warnings.warn(message, RuntimeWarning)
8688
LOGGER.warning(message)

0 commit comments

Comments
 (0)