Update README again (GTK is now fixed, Qt may not actually work)

This commit is contained in:
derrod 2021-10-06 20:42:01 +02:00
parent 917cfc259e
commit 20c08aa9a4

View file

@ -80,9 +80,9 @@ Optionally if logging in via an embedded web view is desired also run
pip install legendary-gl[webview]
```
On Linux this may also require installing a supported web engine and its python bindings.
For example `pip install pywebview[qt]` to use a Qt-based web view.
For example `pip install pywebview[gtk]` to use a GTK-based web view.
**Note:** Using the GTK based webview currently does not work. To force the Qt-based version set the `PYWEBVIEW_GUI=qt` environment variable.
**Note:** Using pywebview's Qt engine may not work correctly.
#### Manually from the repo