pylgbst
pylgbst copied to clipboard
Additional Raspbian install steps on a Raspberry Pi 4
Thanks for this, awesome!
Using the latest Raspbian on a Pi4, in a Python virtual env, I had to perform these extra steps to get demo.py
working:
sudo apt-get install libbluetooth-dev libboost-all-dev
pip install boost
There might be a smaller subset of libboost
(c++, not LEGO) libs than all
, but that's left as an exercise.
Thanks for sharing this