La première commande est passée la deuxième moins bien :
Windows PowerShell
Copyright (C) Microsoft Corporation. Tous droits réservés.
Installez la dernière version de PowerShell pour de nouvelles fonctionnalités et améliorations ! FAQ sur les messages de mise à jour de Windows PowerShell - PowerShell | Microsoft Learn
PS C:\Users\illus> powershell -ExecutionPolicy ByPass -c “irm https://astral.sh/uv/install.ps1 | iex”
downloading uv 0.11.19 (x86_64-pc-windows-msvc)
installing to C:\Users\illus.local\bin
uv.exe
uvx.exe
uvw.exe
everything’s installed!
PS C:\Users\illus> uv tool install --python 3.13 git+https://github.com/andreavolpato/spektrafilm.git
Resolved 137 packages in 971ms
Updating GitHub - andreavolpato/spektrafilm: Spectral simulation of analog photography processes · GitHub (HEAD) x Failed to download and build spektrafilm @ | git+https://github.com/andreavolpato/spektrafilm.git@3bb2c2d2801ff68b92019cf1dbcbb133d60832bc
|-> Git operation failed
` → Git executable not found. Ensure that Git is installed and available.
PS C:\Users\illus>
Il semble que je dois indiqué le chemin de python avant de lancer la deuxième commande…