From b3cf6096984572c4c5d90db6ea2d4889f6a687f3 Mon Sep 17 00:00:00 2001 From: DuncDennis <90915296+DuncDennis@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:00:47 +0200 Subject: [PATCH] Added matplotlib dependency for plot mode in readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e85dc45..5f5c1bb 100644 --- a/README.md +++ b/README.md @@ -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] ```