Merge pull request #44 from oe73773/patch-1

Added "pip install lxml"
This commit is contained in:
Christian Stade-Schuldt 2020-12-07 10:13:36 +01:00 committed by GitHub
commit c82e99a4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -74,7 +74,10 @@ If you are using the scripts on a different Fritz!Box model please let me know b
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
pip install lxml
pip install requests
fritzconnection requires python3. Make shure python --version is >= 3.6.
2. Make sure the FritzBox has UPnP status information enabled. (German interface: Heimnetz > Heimnetzübersicht > Netzwerkeinstellungen > Statusinformationen über UPnP übertragen)