We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5d742 commit f502e91Copy full SHA for f502e91
1 file changed
README.md
@@ -44,7 +44,7 @@ Une configuration spécifique est nécessaire.
44
```powershell
45
irm https://astral.sh/uv/install.ps1 | iex
46
uv self update
47
-uv python install 3.14
+which python && python --version || uv python install 3.14
48
```
49
50
**Configuration du proxy d'entreprise** :
0 commit comments