Default to latest mflux package

This commit is contained in:
filipstrand 2024-09-07 12:31:53 +02:00
parent 0a90939bcc
commit 9d4027698c

View File

@ -25,7 +25,7 @@ like [Numpy](https://numpy.org) and [Pillow](https://pypi.org/project/pillow/) f
### Installation ### Installation
For users, the easiest way to install MFLUX is via pip: For users, the easiest way to install MFLUX is via pip:
``` ```
pip install mflux pip install -U mflux
``` ```
<details> <details>
<summary>For contributors (click to expand)</summary> <summary>For contributors (click to expand)</summary>