Skip to content

Commit f502e91

Browse files
authored
Modify Python install command in README
Update Python installation command to check for existing Python version.
1 parent ed5d742 commit f502e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Une configuration spécifique est nécessaire.
4444
```powershell
4545
irm https://astral.sh/uv/install.ps1 | iex
4646
uv self update
47-
uv python install 3.14
47+
which python && python --version || uv python install 3.14
4848
```
4949

5050
**Configuration du proxy d'entreprise** :

0 commit comments

Comments
 (0)