Updated the dependencies list and the documentation.

pull/17/head
Christian Jacobs 2013-10-04 19:32:14 +01:00
rodzic 118556bd8c
commit dfaadaa6c2
3 zmienionych plików z 11 dodań i 4 usunięć

Wyświetl plik

@ -19,7 +19,7 @@
PyQSO
=====
PyQSO is a general-purpose contact logging tool for amateur radio operators.
PyQSO is a contact logging tool for amateur radio operators.
Installation and running
------------------------
@ -50,11 +50,18 @@ which will produce the manual.pdf file.
Dependencies
------------
PyQSO depends on the following packages:
PyQSO depends on the following Debian packages:
* gir1.2-gtk-3.0
* python2.7
The following extra packages are necessary to enable the grey line tool:
* python-mpltoolkits.basemap
* python-numpy
* python-matplotlib (version 1.3.0 or later)
The following extra package is necessary to enable Hamlib support:
* python-libhamlib2

Wyświetl plik

@ -42,7 +42,7 @@
\chapter{Introduction}\label{chap:introduction}
\section{Overview}
PyQSO is a general-purpose logging tool for amateur radio operators. It provides a simple graphical interface through which users can manage information about the contacts/QSOs they make with other operators on the air. All information is stored in a light-weight SQL database. Other key features include:
PyQSO is a logging tool for amateur radio operators. It provides a simple graphical interface through which users can manage information about the contacts/QSOs they make with other operators on the air. All information is stored in a light-weight SQL database. Other key features include:
\begin{itemize}
\item Customisable interface (e.g. only show callsign and frequency information).
\item Import and export logs in ADIF format.

Wyświetl plik

@ -22,7 +22,7 @@ from distutils.core import setup
setup(name='PyQSO',
version='0.1a',
description='A Python-based QSO logging tool',
description='A contact logging tool for amateur radio operators.',
author='Christian Jacobs',
url='https://launchpad.net/pyqso',
packages=['pyqso'],