README: add lxml dependency

Pre-requesite for all plugins is the [lxml](https://lxml.de/) package.
This commit is contained in:
ilf 2020-04-28 15:50:18 +00:00 committed by GitHub
parent 2dd4e07013
commit 819ac992bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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