From f20ae123a31f58bb6fc16f9fb01598bd65af4cdd Mon Sep 17 00:00:00 2001 From: derrod Date: Wed, 26 Jan 2022 17:17:34 +0100 Subject: [PATCH] Update README a bit more --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4621997..485c273 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,14 @@ it has to be run from a terminal (e.g. PowerShell) ## Requirements - Linux, Windows (8.1+), or macOS (12.0+) - + macOS support is in an early stage, and only tested on 12.0+ + 32-bit operating systems are not supported - python 3.9+ (64-bit) - + `pythonnet` and thus `pywebview` is not yet compatible with 3.10+ on Windows, use 3.9 if you want to use the webview login - + Currently, only features up to 3.8 are used, but support for 3.8 may be dropped at any point -- PyPI packages: `requests`, optionally `setuptools` and `wheel` for setup/building + + Currently, only features up to Python 3.8 are used, but support for 3.8 may be dropped at any point + + (Windows) `pythonnet` is not yet compatible with 3.10+, use 3.9 if you plan to install `pywebview` +- PyPI packages: + + `requests` + + (optional) `pywebview` for webview-based login + + (optional) `setuptools` and `wheel` for setup/building **Note:** Running Windows applications on Linux or macOS requires [Wine](https://www.winehq.org/).