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.
Open Microsoft store and search for ubuntu 24.01.X LTS, download this and this will take sometime
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
In wsl now, enter sudo apt-get update -y
and after sudo apt-get upgrade -y
Let’s install now uv
by entering curl -LsSf [<https://astral.sh/uv/install.sh>](<https://astral.sh/uv/install.sh>) | sh
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
After, let’s open VS Code and install an extension called “WSL”
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.