First-time users need to install uv tool
Windows:
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
macOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
Restart terminal after installation, then execute the installation command above