Install uv if you don't have it
uv is a fast Python tool manager. If you already have it, skip this step. Run the command for your operating system. It installs in seconds and you won't need to touch Python settings manually.
On Windows, curl may not work in Command Prompt
Use PowerShell instead and run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
