IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.58k stars 490 forks source link

How to install bluepy on Manjaro? #452

Open chenyangvk opened 3 years ago

chenyangvk commented 3 years ago

I can instal bluepy on raspbian without any troubles.

But when I try to install it on Manjaro I am aware apt approach is not available.

How to install bluepy on Manjaro linux?

yjun123 commented 2 years ago

pacman -S python-bluepy

Manjaro uses pacman as the package manager instead of apt. :)