pyqso/README.md

69 wiersze
1.8 KiB
Markdown
Czysty Zwykły widok Historia

File: README.md
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
2013-10-04 13:55:57 +00:00
=====
PyQSO is a contact logging tool for amateur radio operators.
2013-10-04 14:52:00 +00:00
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:
`make install`
2013-10-04 14:42:53 +00:00
Note: 'sudo' may be needed for this. Once installed, the following command will run PyQSO:
2013-10-04 16:06:26 +00:00
`pyqso`
Alternatively, PyQSO can be run (without installing) with:
`python bin/pyqso`
from PyQSO's base directory.
2013-10-04 14:52:00 +00:00
Documentation
-------------
The PyQSO user manual is stored as a LaTeX source file in the doc/ directory. It can be compiled with the following command:
`make manual`
which will produce the manual.pdf file.
Dependencies
------------
PyQSO depends on the following Debian packages:
* gir1.2-gtk-3.0
2013-10-04 17:31:55 +00:00
* python2.7
* python-gi-cairo (for log printing purposes)
The following extra packages are necessary to enable the grey line tool:
* python-mpltoolkits.basemap
* python-numpy
2013-10-04 15:07:07 +00:00
* python-matplotlib (version 1.3.0 or later)
The following extra package is necessary to enable Hamlib support:
* python-libhamlib2