From 26e871bcab8d2b6b1f818cc3c33b1cc444af8926 Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Tue, 13 Feb 2018 21:05:23 +0000 Subject: [PATCH] Small improvement to the wording. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94512ff..f861dcd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ PyQSO is a contact logging tool for amateur radio operators. ## Dependencies -As the name suggests, PyQSO is written primarily in the [Python](https://www.python.org/) programming language (version 3.x). The graphical user interface has been developed using the [GTK+ library](https://www.gtk.org/) through the [PyGObject bindings](https://pygobject.readthedocs.io). Therefore, before PyQSO can be installed, the Python interpreter must be present on your system along with support for GTK+. On many Linux-based systems this can be accomplished by installing the following Debian packages: +As the name suggests, PyQSO is written primarily in the [Python](https://www.python.org/) programming language (version 3.x). The graphical user interface has been developed using the [GTK+ library](https://www.gtk.org/) through the [PyGObject bindings](https://pygobject.readthedocs.io). Therefore, in order to run PyQSO, the Python interpreter must be present on your system along with support for GTK+. On many Linux-based systems this can be accomplished by installing the following Debian packages: * python3 * gir1.2-gtk-3.0