PyQSO is a contact logging tool for amateur radio operators.
 
 
Go to file
Christian Jacobs c5d4d0173f More improvements to the manual. 2013-10-01 22:18:50 +01:00
bin - Handle the SIGINT signal. 2013-10-01 22:02:28 +01:00
doc More improvements to the manual. 2013-10-01 22:18:50 +01:00
icons A few more improvements to the log icons. 2013-09-02 20:59:52 +01:00
pyqso More improvements to the manual. 2013-10-01 22:18:50 +01:00
COPYING Added some core files for the PyQSO program: 2013-03-22 22:16:31 +00:00
Makefile A few bug fixes. 2013-09-15 01:02:21 +01:00
README Added a dependencies list to the README file. 2013-09-30 23:24:37 +01:00
TODO Some more error handling and debugging statements. 2013-09-15 04:29:44 +01:00
setup.py PyQSO is now feature complete. Moving from 0.1a.dev to 0.1a. 2013-09-15 15:02:39 +01:00

README

# File: README
#    Copyright (C) 2013 Christian Jacobs.

#    This file is part of PyQSO.

#    PyQSO is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    PyQSO is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with PyQSO.  If not, see <http://www.gnu.org/licenses/>.

PyQSO is a simple Python-based contact logging tool for amateur radio operators.

Assuming that your current working directory is PyQSO's base directory (the directory that the Makefile is in), you can install PyQSO via the terminal with the following command:

   make install

Note: you may need to use sudo for this. Once installed, the following command will run PyQSO:
   
   pyqso

Alternatively, PyQSO can be run with:

   python bin/pyqso

from PyQSO's base directory.

The PyQSO user manual is stored as a LaTeX source file in the doc/ directory. You can compile it with the following command:

   make manual

which will produce the manual.pdf file.

PyQSO depends on:
* gir1.2-gtk-3.0
* python-mpltoolkits.basemap
* python-numpy
* python-matplotlib