Skip to content

Commit

Permalink
adds requirements and python2 hint to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-Ricardo committed Aug 3, 2020
1 parent 656a462 commit 671dc3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Fritz InfluxDb is a tiny daemon written in python to fetch data from a fritz box router and writes it to influxdb.
It is equal capable as fritzcollectd and directly writing to influxdb.

# Requirements
* python3.6 or newer
* influxdb
* fritzconnection >= 1.3.3

## Python 2.7
If you still need to run it with Python 2 check out the the branch
[python2.7](https://github.com/yunity/fritzinfluxdb/tree/python2.7)

# Setup
* here we assume we install in ```/opt```

Expand Down

0 comments on commit 671dc3e

Please sign in to comment.