From f1779f2d4815f23b5c7048f73a394424fd6674cd Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Wed, 1 Nov 2023 20:49:11 -0400 Subject: [PATCH] In the case of Debian Bookworm, a compatible wxPython wheel is available in the Package Index --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc25be38c..60fd4181d 100644 --- a/README.md +++ b/README.md @@ -176,9 +176,9 @@ with: (venv) $ python -m pip install -r requirements.txt # install the rest of dependencies ``` -> **Note for Linux users**: wxPython4 doesn't have Linux wheels available from -> the Python Package Index yet. Before running the command above, find a -> proper wheel for your distro at [extras.wxpython.org][6] and substitute the +> **Note for Linux users**: if you're running an older distribution, wxPython4 may not have a wheel available for it from +> the Python Package Index yet. If you find that wxPython4 can't be installed automatically, you may be able to find a +> suitable wheel for your distribution at [extras.wxpython.org][6] and substitute the > link in the below example. You might skip this wheel installation, but that > results in compiling wxPython4 from source, which can be time and resource > consuming and might fail.