@@ -16,7 +16,7 @@ Python-evdev has been packaged for the following GNU/Linux distributions:
1616 <a href =" https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=python-evdev&searchon=names" >
1717 <img height =" 30px" src =" _static/pacifica-icon-set/distributor-logo-ubuntu.png" >
1818 </a >
19- <a href =" https://apps .fedoraproject.org/packages/ python3-evdev" >
19+ <a href =" https://packages .fedoraproject.org/pkgs/python-evdev/ python3-evdev/ " >
2020 <img height =" 30px" src =" _static/pacifica-icon-set/distributor-logo-fedora.png" >
2121 </a >
2222 <!--
@@ -34,23 +34,23 @@ From source
3434===========
3535
3636The 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:
4040
4141On a Debian compatible OS:
4242
4343.. code-block:: bash
4444
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)
4747
4848On a Redhat compatible OS:
4949
5050.. code-block:: bash
5151
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)
5454
5555On Arch Linux and derivatives:
5656
@@ -73,7 +73,7 @@ By default, the setup script will look for the ``input.h`` and
7373``input-event-codes.h`` [#f1]_ header files ``/usr/include/linux``.
7474
7575You 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
7777colon-separated paths. For example:
7878
7979.. code-block:: bash
0 commit comments