Last active
January 19, 2017 21:57
-
-
Save th3d0g/0ebb9c6daadeb61570dba8896b37adab to your computer and use it in GitHub Desktop.
Install RPi.GPIO on another distro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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