Skip to content

Instantly share code, notes, and snippets.

@th3d0g
Last active January 19, 2017 21:57
Show Gist options
  • Save th3d0g/0ebb9c6daadeb61570dba8896b37adab to your computer and use it in GitHub Desktop.
Save th3d0g/0ebb9c6daadeb61570dba8896b37adab to your computer and use it in GitHub Desktop.
Install RPi.GPIO on another distro
sudo apt-get install build-essential
sudo apt-get install python-dev
// Maybe need to install PIP
sudo pip install RPi.GPIO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment