Skip to content

Commit 5baf380

Browse files
authored
Merge pull request #6 from valorisa/valorisa-patch-1
Modify Python install command in README
2 parents a10037b + c69ff15 commit 5baf380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ $env:ANTHROPIC_AUTH_TOKEN="freecc"; $env:ANTHROPIC_BASE_URL="http://localhost:80
101101
```bash
102102
curl -LsSf https://astral.sh/uv/install.sh | sh
103103
uv self update
104-
uv python install 3.14
104+
which python && python --version || uv python install 3.14
105105
```
106106

107107
**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 --
144144
```bash
145145
curl -LsSf https://astral.sh/uv/install.sh | sh
146146
uv self update
147-
uv python install 3.14
147+
which python && python --version || uv python install 3.14
148148
```
149149

150150
**Cloner le dépôt** :

0 commit comments

Comments
 (0)