Skip to content

Commit 9127c21

Browse files
authored
Added Prequisites libbluetooth-dev
1 parent 388d437 commit 9127c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ For example Raspbian Stretch has only Python 3.5.3. If you like to upgrade your
5757

5858
If you like installing/compiling Python3.7 please take a look at this tutorial https://gist.github.com/SeppPenner/6a5a30ebc8f79936fa136c524417761d However it took about 5 hours to compile/run the regressiontests on a Raspberry Pi3B. I use this compiled version directly without install. If you do, too, you have to change the first line in the script, pointing to your compiled Python version. For bluepy you can copy the bluepy-folder from home/pi/.local/lib/python3.7/site-packages/bluepy to <yourPath>Python-3.7.4/Lib and do a chmod +x bluepy-helper in <yourPath>Python-3.7.4/Lib/bluepy.
5959

60-
Prequisites: python3 bluez python3-pip bluepy requests
60+
Prequisites: python3 bluez python3-pip libbluetooth-dev bluepy requests
6161
install via
6262

63-
`sudo apt install python3 bluez python3-pip`
63+
`sudo apt install python3 bluez python3-pip libbluetooth-dev`
6464

6565
`pip3 install bluepy requests`
6666

0 commit comments

Comments
 (0)