mirror of
https://codeberg.org/mclemens/qrzlogger.git
synced 2024-12-31 18:26:22 -05:00
added dependencies to README
This commit is contained in:
parent
00bfc85f3b
commit
86f3fc92f1
16
README.md
16
README.md
@ -10,8 +10,20 @@ It does the following:
|
||||
6) lists the last 5 logged QSOs ((pulled from QRZ.com logbook)
|
||||
7) starts again from 1)
|
||||
|
||||
Installation
|
||||
============
|
||||
# Dependecies
|
||||
|
||||
qrzlogger needs the following libraries:
|
||||
|
||||
* python3-xmltodict
|
||||
* python3-prettytable
|
||||
|
||||
These libraries can be installed with the following command on Debian Linux based operating systems:
|
||||
|
||||
```
|
||||
# sudo apt install python3-xmltodict python3-prettytable
|
||||
```
|
||||
|
||||
# Installation
|
||||
|
||||
* Copy all files into a directory
|
||||
* rename _config.ini.dist_ to _config.ini_
|
||||
|
Loading…
Reference in New Issue
Block a user