mirror of
https://github.com/derrod/legendary.git
synced 2024-11-09 10:58:32 +00:00
Update README again (GTK is now fixed, Qt may not actually work)
This commit is contained in:
parent
917cfc259e
commit
20c08aa9a4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue