Setup instructions for Windows 10. All scripts are
PowerShell.
In PowerShell as Administrator:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachineThis will allow you to execute PowerShell scripts locally on your machine.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.9.26/install.ps1 | iex"Download and install from Visual Studio Code site.
Open Visual Studio Code and press Ctrl + Shift + p. Select Shell Command: Install 'code' command in PATH.