@@ -16,7 +16,7 @@ Python-evdev has been packaged for the following GNU/Linux distributions:
16
16
<a href =" https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=python-evdev&searchon=names" >
17
17
<img height =" 30px" src =" _static/pacifica-icon-set/distributor-logo-ubuntu.png" >
18
18
</a >
19
- <a href =" https://apps .fedoraproject.org/packages/ python3-evdev" >
19
+ <a href =" https://packages .fedoraproject.org/pkgs/python-evdev/ python3-evdev/ " >
20
20
<img height =" 30px" src =" _static/pacifica-icon-set/distributor-logo-fedora.png" >
21
21
</a >
22
22
<!--
@@ -34,23 +34,23 @@ From source
34
34
===========
35
35
36
36
The latest stable version of *python-evdev* can be installed from pypi_,
37
- provided that you have gcc/clang , pip_ and the Python and Linux development
38
- headers installed on your system. Installing them is distribution specific and
39
- typically falls in one of the following categories :
37
+ provided that you have a compiler , pip_ and the Python and Linux development
38
+ headers installed on your system. Installing these is distribution specific and
39
+ typically falls in one of the following:
40
40
41
41
On a Debian compatible OS:
42
42
43
43
.. code-block:: bash
44
44
45
- $ apt-get install python-dev python-pip gcc
46
- $ apt-get install linux-headers-$(uname -r)
45
+ $ apt install python-dev python-pip gcc
46
+ $ apt install linux-headers-$(uname -r)
47
47
48
48
On a Redhat compatible OS:
49
49
50
50
.. code-block:: bash
51
51
52
- $ yum install python-devel python-pip gcc
53
- $ yum install kernel-headers-$(uname -r)
52
+ $ dnf install python-devel python-pip gcc
53
+ $ dnf install kernel-headers-$(uname -r)
54
54
55
55
On Arch Linux and derivatives:
56
56
@@ -73,7 +73,7 @@ By default, the setup script will look for the ``input.h`` and
73
73
``input-event-codes.h`` [#f1]_ header files ``/usr/include/linux``.
74
74
75
75
You may use the ``-- evdev-headers`` option to the ``build_ext`` setuptools
76
- command to specify the location of these header files. It accepts one or more
76
+ command to the location of these header files. It accepts one or more
77
77
colon-separated paths. For example:
78
78
79
79
.. code-block:: bash
0 commit comments