From 89f1ca46b47a835ac5035e0bfb7dbc5df3ced483 Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Tue, 13 Feb 2018 21:02:22 +0000 Subject: [PATCH] Small improvements to the Getting Started section. --- docs/source/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 3ff528e..2f518a5 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -8,11 +8,11 @@ It is recommended that users run PyQSO on the Linux operating system, since all development and testing of PyQSO takes place there. As the name suggests, PyQSO is written primarily in the `Python `_ -programming language (version 3.x). The graphical user interface has been built using +programming language (version 3.x). The graphical user interface has been developed using the `GTK+ library `_ through the `PyGObject bindings `_. PyQSO also uses an `SQLite `_ embedded database to manage all the contacts an amateur radio operator makes. Users must therefore make sure that the Python -interpreter and any additional software dependencies are satisfied +interpreter is installed and that any additional software dependencies are satisfied before PyQSO can be run successfully. The list of software packages that PyQSO depends on is provided in the ``README.md`` file.