ondryaso / pi-rc522

Raspberry Pi Python library for SPI RFID RC522 module
MIT License
411 stars 150 forks source link

Clean pip install fails #36

Open jmsv opened 6 years ago

jmsv commented 6 years ago

Installing in a virtualenv fails as spidev is missing. Once that has been installed, it fails again because RPi.GPIO is missing. After installing that, pip install pi-rc522 works.

setup.py should be updated to install these dependencies. I'll submit a PR later this week if I find time