From bf5b28cea7325a0c22f707ad49cf9860634e69e5 Mon Sep 17 00:00:00 2001 From: Ferran Jovell Date: Tue, 26 Nov 2024 22:03:08 +0100 Subject: [PATCH] Fix wrong pipx command to run with python 3.12 interpreter. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cb61f2..35cd938 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ uvx --python 3.12 textual-demo If you have [pipx](https://pipx.pypa.io/stable/) installed: ``` -pipx run --python 3.12 textual-demo +pipx run --python python3.12 textual-demo ``` Screenshot 2024-11-24 at 12 32 53