We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a10037b + c69ff15 commit 5baf380Copy full SHA for 5baf380
1 file changed
README.md
@@ -101,7 +101,7 @@ $env:ANTHROPIC_AUTH_TOKEN="freecc"; $env:ANTHROPIC_BASE_URL="http://localhost:80
101
```bash
102
curl -LsSf https://astral.sh/uv/install.sh | sh
103
uv self update
104
-uv python install 3.14
+which python && python --version || uv python install 3.14
105
```
106
107
**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 --
144
145
146
147
148
149
150
0 commit comments