Microsoft has instructions for installing WSL, but on most systems, this simply involves running wsl --install from PowerShell (not cmd).
Once installed, run:
sudo apt-get update
sudo apt-get install python3-pip python3-virtualenvwrapper gitMicrosoft has instructions for installing WSL, but on most systems, this simply involves running wsl --install from PowerShell (not cmd).
Once installed, run:
sudo apt-get update
sudo apt-get install python3-pip python3-virtualenvwrapper git