From c2d60233fcecd620a4ad64ec3d99fc5fa6128b86 Mon Sep 17 00:00:00 2001 From: derrod Date: Thu, 7 Oct 2021 11:22:53 +0200 Subject: [PATCH] Update README with further clarifications and installation instructions --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f54e8f..3f603e7 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,15 @@ Optionally if logging in via an embedded web view is desired also run ```bash pip install legendary-gl[webview] ``` -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: +On Linux this may also require installing a supported web engine and its python bindings. +Ubunutu example: ```bash -pip install legendary-gl[webview_gtk] -``` -Alternatively use `pip install pywebview[gtk]` to install `pywebview` and `PyGObject`. +sudo apt install python3-gi-cairo +pip install legendary-gl[webview] +``` + +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.