From 819ac992bb6363c0e8534e118f3e7e2fa80999c1 Mon Sep 17 00:00:00 2001 From: ilf Date: Tue, 28 Apr 2020 15:50:18 +0000 Subject: [PATCH] README: add lxml dependency Pre-requesite for all plugins is the [lxml](https://lxml.de/) package. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 690c5ae..f65cdc5 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ If you are using the scripts on a different Fritz!Box model please let me know b ## Installation & Configuration +0. Pre-requesite for all plugins is the [lxml](https://lxml.de/) package. To install it + + pip install lxml + 1. Pre-requesites for the fritzbox\_traffic and fritzbox\_uptime plugins are the [fritzconnection](https://pypi.python.org/pypi/fritzconnection) and [requests](https://pypi.python.org/pypi/requests) package. To install it pip install fritzconnection