Site updated at 2016-12-17 02:30:34 UTC

This commit is contained in:
Travis CI 2016-12-17 02:30:34 +00:00
parent 4d78eb8693
commit 3328890d05
23 changed files with 37 additions and 37 deletions

View file

@ -94,7 +94,7 @@
Devices discovered are stored with BLE_ as the prefix for device mac addresses in <code class="highlighter-rouge">known_devices.yaml</code>.</p>
<p class="note">
Requires PyBluez. If you are on Raspbian, make sure you first install <code class="highlighter-rouge">bluetooth</code> and <code class="highlighter-rouge">libbluetooth-dev</code> by running <code class="highlighter-rouge">sudo apt install bluetooth libbluetooth-dev</code>
Requires PyBluez. If you are on Raspbian, run the following command to install the needed dependencies. <code class="highlighter-rouge">sudo apt install bluetooth libbluetooth-dev pkg-config libboost-python-dev libboost-thread-dev libglib2.0-dev python-dev</code>
</p>
<p class="note warning">