From 86f3fc92f1c16485987ff990ec156817b2e2c22a Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Thu, 20 May 2021 23:17:07 +0200 Subject: [PATCH] added dependencies to README --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea9273c..e969048 100644 --- a/README.md +++ b/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_