PyQSO is a contact logging tool for amateur radio operators.
 
 
Go to file
Christian Jacobs 2bd574b510 More general improvements to the manual. 2013-09-13 11:29:35 +01:00
bin Added more docstrings. 2013-09-04 21:03:48 +01:00
doc More general improvements to the manual. 2013-09-13 11:29:35 +01:00
icons
pyqso Removed the 'delete log' button next to the log tabs, since it's unlikely the user will want to do this often. 2013-09-05 11:44:02 +01:00
COPYING
Makefile
README
TODO
setup.py

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. It is currently in the early stages of development.

* 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.