From 9d4027698c5e8b1ec7d5da27b66c2c8403c7a64f Mon Sep 17 00:00:00 2001 From: filipstrand Date: Sat, 7 Sep 2024 12:31:53 +0200 Subject: [PATCH] Default to latest mflux package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 661a8b3..4ebc13a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ like [Numpy](https://numpy.org) and [Pillow](https://pypi.org/project/pillow/) f ### Installation For users, the easiest way to install MFLUX is via pip: ``` - pip install mflux + pip install -U mflux ```
For contributors (click to expand)