From 8519c823040088e58cb72bc096692ce8944e1d37 Mon Sep 17 00:00:00 2001 From: filipstrand Date: Tue, 24 Sep 2024 17:43:42 +0200 Subject: [PATCH] Include --upgrade flag for default uv command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a048de2..f5236b4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ like [Numpy](https://numpy.org) and [Pillow](https://pypi.org/project/pillow/) f For users, the easiest way to install MFLUX is to use `uv tool`: If you have [installed `uv`](https://github.com/astral-sh/uv?tab=readme-ov-file#installation), simply: ```sh -uv tool install mflux +uv tool install --upgrade mflux ``` to get the `mflux-generate` and related command line executables. You can skip to the usage guides below.