mirror of
https://codeberg.org/mclemens/qrzlogger.git
synced 2025-01-03 07:06:52 -05:00
changed version info
added info on updating qrzlogger
This commit is contained in:
parent
c89f44fed6
commit
35dae7b23b
@ -37,6 +37,14 @@ Finally, install qrzlogger with pip:
|
|||||||
# python3 -m pip install qrzlogger
|
# python3 -m pip install qrzlogger
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Updating
|
||||||
|
|
||||||
|
To update qrzlogger, execute the following command:
|
||||||
|
|
||||||
|
```
|
||||||
|
# python3 -m pip install --upgrade qrzlogger
|
||||||
|
```
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
* execute the application with "qrzlogger"
|
* execute the application with "qrzlogger"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = qrzlogger
|
name = qrzlogger
|
||||||
version = 0.6.1
|
version = 0.6.2
|
||||||
author = Michael Clemens
|
author = Michael Clemens
|
||||||
author_email = qrzlogger@qrz.is
|
author_email = qrzlogger@qrz.is
|
||||||
description = A python application to log QSOs directly to QRZ.com from the command line
|
description = A python application to log QSOs directly to QRZ.com from the command line
|
||||||
|
Loading…
Reference in New Issue
Block a user