Skip to content

Commit

Permalink
Merge pull request #48 from 2Fake/master
Browse files Browse the repository at this point in the history
use requirements.txt to install requirements
  • Loading branch information
Tafkas authored Mar 26, 2021
2 parents c82e99a + 8ce50df commit eee98fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

pip install fritzconnection
pip install lxml
pip install requests
pip install -r requirements.txt

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)

Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fritzconnection
lxml
requests

0 comments on commit eee98fe

Please sign in to comment.