cloud4rpi-raspberrypi-python icon indicating copy to clipboard operation
cloud4rpi-raspberrypi-python copied to clipboard

Update requirements.txt

Open alemelis opened this issue 5 years ago • 0 comments

add RPi.GPIO module to prevent

Traceback (most recent call last):
  File "control.py", line 9, in <module>
    import RPi.GPIO as GPIO  # pylint: disable=F0401
ModuleNotFoundError: No module named 'RPi'

(at least on raspberry pi v1)

alemelis avatar Dec 11 '19 21:12 alemelis