From 2865e0d0fc849c729718bb1c0c8110ce66174516 Mon Sep 17 00:00:00 2001 From: gael Date: Wed, 24 Sep 2025 13:38:37 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b3573..6f47955 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ cd gain-viz ```bash pip install --upgrade build --break-system-packages -python -m build +python3 -m build pip install dist/gain_viz-0.1.0-py3-none-any.whl ```