File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Homepage: <http://tjjr.fi/sw/python-uinput/>
1212How to use
1313==========
1414
15- Create an input device with key-capabilities and use it to type a greeting:
15+ Create an input device with mouse-capabilities and use it to move the
16+ cursor:
1617
1718 import time
1819 import uinput
@@ -30,20 +31,13 @@ See examples/ for other kind of example devices (keyboard, joystick).
3031How to install
3132==============
3233
33- If your are using Ubuntu or Debian, the easiest way to install
34- python-uinput is to install it as a pre-built binary package. Please
35- refer to the homepage for the instructions.
36-
37- Otherwise, you are probably planning to build the source
38- package. Python-uinput uses libudev and therefore requires libudev
39- development files, more specifically libudev.h, to get compiled. On
40- Debian and its derivatives, the header file is packaged in
41- libudev-dev.
34+ Python-uinput uses libudev and therefore requires libudev
35+ development files, more specifically libudev.h, to get compiled.
4236
4337After satisfying dependencies described above, the basic installation
4438is easy. Just run the following command:
4539
46- python setup.py install --prefix=/usr/local
40+ python setup.py install
4741
4842How to report bugs
4943==================
You can’t perform that action at this time.
0 commit comments