mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
Update README with further clarifications and installation instructions
This commit is contained in:
parent
75cc194424
commit
c2d60233fc
13
README.md
13
README.md
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue