mirror of
https://github.com/Tafkas/fritzbox-munin.git
synced 2023-10-10 13:36:55 +02:00
Merge pull request #48 from 2Fake/master
use requirements.txt to install requirements
This commit is contained in:
commit
eee98feeac
@ -73,11 +73,9 @@ 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
|
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 -r requirements.txt
|
||||||
pip install lxml
|
|
||||||
pip install requests
|
|
||||||
|
|
||||||
fritzconnection requires python3. Make shure python --version is >= 3.6.
|
fritzconnection requires python3. Make sure 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)
|
2. Make sure the FritzBox has UPnP status information enabled. (German interface: Heimnetz > Heimnetzübersicht > Netzwerkeinstellungen > Statusinformationen über UPnP übertragen)
|
||||||
|
|
||||||
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
fritzconnection
|
||||||
|
lxml
|
||||||
|
requests
|
Loading…
Reference in New Issue
Block a user