diff --git a/docs/en/tutorial/tutorial-0.md b/docs/en/tutorial/tutorial-0.md index c486f557..f0623624 100644 --- a/docs/en/tutorial/tutorial-0.md +++ b/docs/en/tutorial/tutorial-0.md @@ -103,6 +103,20 @@ Building BeeWare apps on Windows requires: After installing these tools, you should ensure you restart any terminal sessions. Windows will only expose newly installed tools terminals started *after* the install has completed. +/// admonition | WSL 2 + +If you are using WSL 2, just follow the Linux instructions for your distribution. +To work with GUI projects or the Android emulator, open the `C:\Users\%USERNAME%\.wslconfig` file and make sure that: + +```ini +[wsl2] +guiApplications=true +``` + +is set to true. Afterward, shut down WSL using `wsl --shutdown` in the Windows command prompt and restart it. + +/// + /// ## Set up a virtual environment diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 431c3787..1103cdca 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -84,4 +84,5 @@ UI uv verbing Weblate +WSL Xcode