From 7011ab48afef93a46fdbde0dc2b20243c2991dbd Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 14 Oct 2021 15:02:31 -0700 Subject: [PATCH] add note about WSL2 old-commit-hash: a6f44092cea23ccf350ef8e05389f0228ac3c05d --- tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index b0c250811c..b7ce94846a 100644 --- a/tools/README.md +++ b/tools/README.md @@ -43,7 +43,7 @@ NOTE: you can always run `update_requirements.py` to pull in new python dependen Windows ------------ -Neither openpilot nor any of the tools are developed or tested on Windows, but the [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/about) should get Windows users a similiar experience to Ubuntu. +Neither openpilot nor any of the tools are developed or tested on Windows, but the [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/about) should get Windows users a similiar experience to Ubuntu. [WSL 2](https://docs.microsoft.com/en-us/windows/wsl/compare-versions) specifically has been reported by several users to be a seamless experience. Follow [these instructions](https://docs.microsoft.com/en-us/windows/wsl/install) to setup the WSL and install the `Ubuntu-20.04` distribution. Once your Ubuntu WSL environment is setup, follow the Linux setup instructions to finish setting up your environment.