April 2018
Beginner
552 pages
13h 58m
English
Perform the following steps to install uInput:
You will need to download the uInput Python library from GitHub (~50 KB) using the following commands:
wget https://github.com/tuomasjjrasanen/python-uinput/archive/master.zip unzip master.zip
The library will unzip to a directory called python-uinput-master.
rm master.zip
sudo apt-get install python3-setuptools python3-dev sudo apt-get install libudev-dev
cd python-uinput-master ...