We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad05f0 commit 5f45985Copy full SHA for 5f45985
bless/backends/bluezdbus/dbus/application.py
@@ -80,7 +80,9 @@ def _ensure_bluez_available() -> None:
80
return
81
message = (
82
"BlueZ utilities not found (bluetoothd/bluetoothctl). "
83
- "Install BlueZ to use the Linux backend."
+ "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`."
86
)
87
warnings.warn(message, RuntimeWarning)
88
LOGGER.warning(message)
0 commit comments