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.