From b18a6095c13682edbc0f93e75beefe140bfa7ffc Mon Sep 17 00:00:00 2001 From: David Biro <75266347+david-biro@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:28:49 +0200 Subject: [PATCH] added WSL display settings to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9a61ac..840f1fa 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ brew install python-tk@3.10 **Run:** If you don't have a GPU, you can run Deep-Live-Cam using `python run.py`. Note that initial execution will download models (~300MB). +> Note: If you have WSL1 then you need to install an X server on Windows (e.g Xming), while if you have WSL2 you no need to do that. The link [here](https://askubuntu.com/a/1418950) describes the options to configure DISPLAY variable depending on your environment. + ### GPU Acceleration (Optional)