Skip to content

Commit 917e6c5

Browse files
author
William Scanlon
authored
Update device_tracker.bluetooth_le_tracker.markdown
1 parent 3e43437 commit 917e6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/device_tracker.bluetooth_le_tracker.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This tracker discovers new devices on boot and in regular intervals and tracks b
1717
Devices discovered are stored with 'BLE_' as the prefix for device mac addresses in `known_devices.yaml`.
1818

1919
<p class='note'>
20-
Requires PyBluez. If you are on Raspbian, make sure you first install `bluetooth` and `libbluetooth-dev` by running `sudo apt install bluetooth libbluetooth-dev`
20+
Requires PyBluez. If you are on Raspbian, run the following command to install the needed dependencies. `sudo apt install bluetooth libbluetooth-dev pkg-config libboost-python-dev libboost-thread-dev libglib2.0-dev python-dev`
2121
</p>
2222

2323
<p class='note warning'>

0 commit comments

Comments
 (0)