1. Open a CMD with an Administrator and enter this command wsl --install

    Note: You might need to turn on something in windows & bios, just raise your hand if you need help. It might ask also you to restart your machine.

  2. Open Microsoft store and search for ubuntu 24.01.X LTS, download this and this will take sometime

  3. After downloading, you could open ubuntu or type in cmd wsl , at first it will ask you a password, this password is very important so take note of this password

  4. In wsl now, enter sudo apt-get update -y and after sudo apt-get upgrade -y

  5. Let’s install now uv by entering curl -LsSf [<https://astral.sh/uv/install.sh>](<https://astral.sh/uv/install.sh>) | sh

  6. Next we will install git we could install git by entering this command sudo apt install unzip -y && sudo apt install -y git git-lfs

  7. After, let’s open VS Code and install an extension called “WSL”

  8. Finally in cmd where we initally enter wsl enter this command code . this will open up a VS Code with the a remote connection to the WSL.