Skip to content

Commit ad344ab

Browse files
Update README
1 parent 03158d1 commit ad344ab

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

README

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Homepage: <http://tjjr.fi/sw/python-uinput/>
1212
How 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).
3031
How 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

4337
After satisfying dependencies described above, the basic installation
4438
is easy. Just run the following command:
4539

46-
python setup.py install --prefix=/usr/local
40+
python setup.py install
4741

4842
How to report bugs
4943
==================

0 commit comments

Comments
 (0)