Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down