svvitale / nxppy

Python wrapper for interfacing with the NXP EXPLORE-NFC shield for Raspberry Pi
MIT License
99 stars 34 forks source link

sudo apt-get install nxprdlib doesn't work #75

Closed nils-werner closed 6 years ago

nils-werner commented 6 years ago

When trying to install nxppy the following message appears:

NXP Reader library not found.  Install it using `sudo apt-get install nxprdlib`

however when running said command, apt-get can't find that package. Are you certain the package exists in the Raspian repositories?

The readme mentions a different installation routine altogether...

svvitale commented 6 years ago

Yes, you're correct, the NXP Reader library is not available in the Raspbian repos. I'll get that error message cleaned up. The procedure in the README is correct.