Merge branch 'beta' into codex/fix-script-checksum-mismatch-warning

This commit is contained in:
thePR0M3TH3AN
2025-07-19 12:18:26 -04:00
committed by GitHub
2 changed files with 29 additions and 8 deletions

View File

@@ -241,10 +241,21 @@ python -m seedpass_gui
seedpass-gui
```
Install a platform-specific BeeWare backend before running these commands. Only
the headless `toga-dummy` backend is bundled for tests. Linux users should
install `toga-gtk`, Windows users need `toga-winforms`, and macOS users require
`toga-cocoa`.
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.