docs: clarify GUI backend requirement

This commit is contained in:
thePR0M3TH3AN
2025-07-19 12:09:39 -04:00
parent 6855c85329
commit c6a87e000d
2 changed files with 31 additions and 0 deletions

View File

@@ -241,6 +241,22 @@ python -m seedpass_gui
seedpass-gui
```
To display the interface, you must also install the Toga backend for your
platform. Only `toga-core` and the headless `toga-dummy` backend are included
in the requirements file. Depending on your operating system install one of the
following packages:
```bash
# Linux
pip install toga-gtk
# Windows
pip install toga-winforms
# macOS
pip install toga-cocoa
```
The GUI works with the same vault and configuration files as the CLI.
```mermaid