Update README with further clarifications and installation instructions

This commit is contained in:
derrod 2021-10-07 11:22:53 +02:00
parent 75cc194424
commit c2d60233fc

View file

@ -79,12 +79,15 @@ Optionally if logging in via an embedded web view is desired also run
```bash ```bash
pip install legendary-gl[webview] pip install legendary-gl[webview]
``` ```
On Linux this may also require installing a supported web engine and its python bindings. On Linux this may also require installing a supported web engine and its python bindings.
A shortcut for GTK based web views (recommended) is also provided: Ubunutu example:
```bash ```bash
pip install legendary-gl[webview_gtk] sudo apt install python3-gi-cairo
``` pip install legendary-gl[webview]
Alternatively use `pip install pywebview[gtk]` to install `pywebview` and `PyGObject`. ```
Alternatively `pip install legendary-gl[webview_gtk]` or `pip install pywebview[gtk]` will work
but may require manually installing dependencies needed to build `PyGObject`.
**Note:** Using pywebview's Qt engine may not work correctly. **Note:** Using pywebview's Qt engine may not work correctly.