chase albright
10/10/2025, 3:44 PMMarvin
10/10/2025, 3:44 PMMarvin
10/10/2025, 3:45 PMpowershell -ExecutionPolicy Bypass -c "irm <https://astral.sh/uv/install.ps1> | iex"
Notes:
- irm
= Invoke-RestMethod, iex
= Invoke-Expression (downloads and runs the installer)
- You may need to restart your terminal to pick up PATH changes
- Verify the install with:
uv --version
Official docs: uv installation guide
If you hit an error running that command, can you share the full output?