From c69ff15630d8c3812188202a133edd958a0e2cd8 Mon Sep 17 00:00:00 2001 From: valorisa Date: Mon, 4 May 2026 15:17:48 +0200 Subject: [PATCH] Modify Python install command in README Update Python installation command to check for existing Python version before installation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79f3d10..2500f9a 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ $env:ANTHROPIC_AUTH_TOKEN="freecc"; $env:ANTHROPIC_BASE_URL="http://localhost:80 ```bash curl -LsSf https://astral.sh/uv/install.sh | sh uv self update -uv python install 3.14 +which python && python --version || uv python install 3.14 ``` **Cloner le dépôt** : @@ -144,7 +144,7 @@ cd $HOME/Projets/free-claude-code && uv run uvicorn server:app --host 0.0.0.0 -- ```bash curl -LsSf https://astral.sh/uv/install.sh | sh uv self update -uv python install 3.14 +which python && python --version || uv python install 3.14 ``` **Cloner le dépôt** :