I am trying to add a NFC tag reader to my model4B pi. I have been using the guide on this page
I have added the reader to my pi, using female to female jumper cables, using the diagram provided.
I have managed to install the libraries but on that particular guide when I get to the stage where I can start using their test scripts, I get the following error:
pi@USR:~/MFRC522-python $ python Read.py
Traceback (most recent call last):
File "Read.py", line 24, in <module>
import RPi.GPIO as GPIO
ImportError: No module named RPi.GPIO
I have googled and tried various things, but I'm at a loss as to what direction to go from here.