Skip to content

Commit

Permalink
Fix example in README
Browse files Browse the repository at this point in the history
And update to latest version.

Signed-off-by: cwasicki <[email protected]>
  • Loading branch information
cwasicki committed Nov 20, 2024
1 parent abe0641 commit 42a88e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Please also refer to [examples](https://github.com/frequenz-floss/frequenz-clien

```bash
# Choose the version you want to install
VERSION=0.9.0
VERSION=0.10.0
pip install frequenz-client-reporting==$VERSION
```

Expand Down Expand Up @@ -93,8 +93,8 @@ data = [
start_dt=datetime.fromisoformat("2024-05-01T00:00:00"),
end_dt=datetime.fromisoformat("2024-05-02T00:00:00"),
resampling_period=timedelta(seconds=1),
states=False, # Set to True to include state data
bounds=False, # Set to True to include metric bounds data
include_states=False, # Set to True to include state data
include_bounds=False, # Set to True to include metric bounds data
)
]
```
Expand Down

0 comments on commit 42a88e6

Please sign in to comment.