sudo apt install git python-dev python-setuptools python3-dev python3-setuptools swig git clone --recursive https://github.com/hardkernel/WiringPi2-Python cd WiringPi2-Python # Python 2 sudo python setup.py install # Python 3 sudo python3 setup.py install