updated README

This commit is contained in:
Michael Clemens 2021-06-02 01:01:20 +02:00
parent 0b0faba5df
commit 41993577eb
1 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ qrzlogger needs the following libraries:
* prettytable * prettytable
* colored * colored
These libraries can be installed with the following commands: These libraries can be installed with the following command:
``` ```
# sudo pip install xmltodict prettytable colored # sudo pip install xmltodict prettytable colored
@ -32,11 +32,11 @@ Furthermore, you need at least the XML subscription from QRZ.com.
# Installation # Installation
* copy _qrzlogger.py_ into a directory * install via pip with "pip3 install qrzlogger"
* execute with "python3 qrzlogger.py" * execute with "qrzlogger"
* the application creates a default config file and states its location (_~/.qrzlogger.ini_) * the application creates a default config file and states its location (_~/.qrzlogger.ini_)
* adapt _~/.qrzlogger.ini_ to your needs * adapt _~/.qrzlogger.ini_ to your needs
* execute the application again with "python3 qrzlogger.py" * execute the application again with "qrzlogger"
# License # License