The tools we will be using are not supported for Windows. Windows users can install Windows Subsystem for Linux (WSL) to get the tools working. The instructions for installing WSL can be found here: https://learn.microsoft.com/en-us/windows/wsl/install
Open PowerShell as Administrator and run the following command:
wsl --install
In PowerShell, execute:
wsl --set-default-version 2
This sets WSL 2 as the default version for any newly installed distributions.
Once WSL and Ubuntu 24.04 are installed, you can follow the rest of the instructions from the WSL terminal.