diff --git a/README.md b/README.md index 1e7db0f..a6f3556 100644 --- a/README.md +++ b/README.md @@ -155,13 +155,19 @@ Restart your computer, or reload udev rules with command: Install all dependencies on Debian systems with the following command: -`sudo apt git install python3 python3-distutils python3-gi python3-gi-cairo +`sudo apt install git python3 python3-distutils python3-gi python3-gi-cairo python3-pyudev python3-xdg python3-evdev gettext meson appstream-util desktop-file-utils python3-matplotlib python3-scipy` +Install and configure all dependencies on Ubuntu (24.04 LTS) systems with the following command: + +`sudo apt install python3-pyudev python3-evdev python3-matplotlib +python3-gi python3-gi-cairo girl1.2-gtk-3.0` +`sudo ln -s $(which appstreamcli) /usr/bin/appstream-util` + Install all dependencies on Fedora systems with the following command: -`sudo dnf git install python3 python3-distutils-extra python3-gobject +`sudo dnf install git python3 python3-distutils-extra python3-gobject python3-pyudev python3-pyxdg python3-evdev gettext meson appstream desktop-file-utils python3-matplotlib-gtk3 python3-scipy libappstream-glib`