Skip to content

Instantly share code, notes, and snippets.

@amit-chahar
Forked from lexruee/bluetooth raspberry-pi
Created June 15, 2016 21:33
Show Gist options
  • Save amit-chahar/8811e054d9a4e849fd61e2e561377adb to your computer and use it in GitHub Desktop.
Save amit-chahar/8811e054d9a4e849fd61e2e561377adb to your computer and use it in GitHub Desktop.
install bluetooth and pybluez
sudo apt-get update
sudo apt-get install python-pip python-dev ipython
sudo apt-get install bluetooth libbluetooth-dev
sudo pip install pybluez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment