From f8e0c8c440597baed7e4bf3bbf0fb6ca934112e6 Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Thu, 24 Dec 2020 23:28:48 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e43cdd..c726c93 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ A simple windowswitcher written in python using wxPython ## Dependencies -For Debian/Ubuntu: python3-wxgtk4.0 -For Fedora/RHEL: python3-wxpython4 +For Debian/Ubuntu: ```python3-wxgtk4.0``` + +For Fedora/RHEL: ```python3-wxpython4``` ## Installation ```