jpbarraca / pynrf24

Python port of the RF24 library for NRF24L01+ radios.
GNU General Public License v2.0
152 stars 84 forks source link

[QUESTION] How do I go about installing these libraries on my Beaglebone Black? #27

Open rahulraghu94 opened 8 years ago

rahulraghu94 commented 8 years ago

I have enabled SPI, GPIO through Adafruits libraries etc, Do i just run setup.py? Do i have to install these libraries or can i just use them as scripts?

hongquan commented 8 years ago

You can install with this command:

sudo pip install -e git+https://github.com/jpbarraca/pynrf24.git#egg=nrf24