Changed "PyGTK" to "PyGObject".

pull/17/head
Christian Jacobs 2013-10-04 16:07:07 +01:00
rodzic 093fb8d544
commit 4a988ffcba
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -55,5 +55,5 @@ PyQSO depends on:
* gir1.2-gtk-3.0
* python-mpltoolkits.basemap
* python-numpy
* python-matplotlib (version 1.3.0)
* python-matplotlib (version 1.3.0 or later)

Wyświetl plik

@ -76,7 +76,7 @@ The structure of this manual is as follows. Chapter \ref{chap:getting_started} i
\section{System requirements}
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. The graphical user interface has been built using the GTK+ library through the PyGTK 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 before PyQSO can be run successfully. The list of software packages that PyQSO depends on is provided in the README file.
As the name suggests, PyQSO is written primarily in the Python programming language. The graphical user interface has been built 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 before PyQSO can be run successfully. The list of software packages that PyQSO depends on is provided in the README file.
\section{Installation and running}
Assuming that the current working directory is PyQSO's base directory (the directory that the Makefile is in), PyQSO can be installed via the terminal with the following command: