From 4bd769f138bff6aafd7a00b1168fe5e6d0854428 Mon Sep 17 00:00:00 2001 From: pruflyos <30443750+pruflyos@users.noreply.github.com> Date: Sat, 21 Apr 2018 16:15:44 -0400 Subject: [PATCH] Update INSTALL.md On Fedora `python3-tk` is called `python3-tkinter` --- doc/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index ccb63b6..0df5691 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -21,7 +21,7 @@ You can install them on these distributions as follows: ##### Fedora - $ dnf install python3-pip python3-devel python3-tk libusb-devel libudev-devel \ + $ dnf install python3-pip python3-devel python3-tkinter libusb-devel libudev-devel \ gcc redhat-rpm-config ##### OpenSUSE