Skip to content

Instantly share code, notes, and snippets.

View vikas2cc's full-sized avatar
🏠
Software Engineer @ OYO

Vikas Yadav vikas2cc

🏠
Software Engineer @ OYO
View GitHub Profile
@vikas2cc
vikas2cc / gist:5a228f2fef8687f03ceed1365e330719
Created April 19, 2018 02:41
Install PyBluez in GNU/Linux
sudo apt-get update
sudo apt-get install python-pip python-dev ipython
sudo apt-get install bluetooth libbluetooth-dev
sudo pip install pybluez