From 5fd4a1ebadea6f9b7fd830e4cce36596d5b7d802 Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Thu, 24 Oct 2019 15:13:46 +0300 Subject: [PATCH] Uninstall instructions fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d42cfc..a9927a2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A small background tool to remind the user of the "20-20-20" rule. Uses system n First, you might need these packages: ``` -sudo apt-get install python-gobject libnotify-bin python-gst-1.0 +sudo apt-get install python-gobject libnotify-bin python-gst-1.0 python-wxgtk3.0 ``` Second, just install the tool and required [Python modules](src/branch/master/setup.py) via: