Skip to content

Commit

Permalink
Added matplotlib dependency for plot mode in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
DuncDennis committed Oct 20, 2023
1 parent 128e18d commit b3cf609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ $ pip install lorenzpy
```

To install with the additional plotting functionality.
This also installs `plotly`.
This also installs `plotly` and `matplotlib`. ⚠️ Plotting functionality not in a useful
state.
```bash
$ pip install lorenzpy[plot]
```
Expand Down

0 comments on commit b3cf609

Please sign in to comment.