Skip to content

Commit

Permalink
Merge pull request #2 from mdrocan/requirements
Browse files Browse the repository at this point in the history
added missing package
  • Loading branch information
mdrocan authored Sep 7, 2023
2 parents eb8af6e + 750ecc1 commit 31412cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Simple Python script that fetches data from a predefined Fronius inverter.
Displays: timestamp, current production and how much has been produced during the (day, year) so far.

## Script execution
Install the required package with 'pip install -r requirements.txt'
Execute in the terminal with the following command: 'python3 fronius.py'
After script execution the data is fetched from the inverter and trimmed.

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests

0 comments on commit 31412cc

Please sign in to comment.