We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
demo.py
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.
libboost
all
The text was updated successfully, but these errors were encountered:
Thanks for sharing this
Sorry, something went wrong.
No branches or pull requests
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:There might be a smaller subset of
libboost
(c++, not LEGO) libs thanall
, but that's left as an exercise.The text was updated successfully, but these errors were encountered: