Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 647 Bytes

File metadata and controls

25 lines (15 loc) · 647 Bytes

Setup for Windows

Setup instructions for Windows 10. All scripts are PowerShell.

PowerShell

In PowerShell as Administrator:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine

This will allow you to execute PowerShell scripts locally on your machine.

uv

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.9.26/install.ps1 | iex"

Visual Studio Code

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.