From f502e910aa1bdbe13ffe3a01ce95f64f4d8bd905 Mon Sep 17 00:00:00 2001 From: valorisa Date: Mon, 4 May 2026 15:13:04 +0200 Subject: [PATCH] Modify Python install command in README Update Python installation command to check for existing Python version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e439885..79f3d10 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Une configuration spécifique est nécessaire. ```powershell irm https://astral.sh/uv/install.ps1 | iex uv self update -uv python install 3.14 +which python && python --version || uv python install 3.14 ``` **Configuration du proxy d'entreprise** :