Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 391 Bytes

File metadata and controls

11 lines (8 loc) · 391 Bytes

Windows Subsystem for Linux Install

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 git