Skip to content

Commit

Permalink
In the case of Debian Bookworm, a compatible wxPython wheel is availa…
Browse files Browse the repository at this point in the history
…ble in the Package Index
  • Loading branch information
VanessaE authored Nov 2, 2023
1 parent b3a9e80 commit f1779f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1779f2

Please sign in to comment.