mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
docs: mention automatic BeeWare backend install
This commit is contained in:
@@ -112,6 +112,7 @@ See `docs/ARCHITECTURE.md` for details.
|
|||||||
### Quick Installer
|
### Quick Installer
|
||||||
|
|
||||||
Use the automated installer to download SeedPass and its dependencies in one step.
|
Use the automated installer to download SeedPass and its dependencies in one step.
|
||||||
|
The scripts also install the correct BeeWare backend for your platform automatically.
|
||||||
|
|
||||||
**Linux and macOS:**
|
**Linux and macOS:**
|
||||||
```bash
|
```bash
|
||||||
@@ -241,10 +242,10 @@ python -m seedpass_gui
|
|||||||
seedpass-gui
|
seedpass-gui
|
||||||
```
|
```
|
||||||
|
|
||||||
To display the interface, you must also install the Toga backend for your
|
Only `toga-core` and the headless `toga-dummy` backend are included by default.
|
||||||
platform. Only `toga-core` and the headless `toga-dummy` backend are included
|
The quick installer automatically installs the correct BeeWare backend so the
|
||||||
in the requirements file. Depending on your operating system install one of the
|
GUI works out of the box. If you set up SeedPass manually, install the backend
|
||||||
following packages:
|
for your platform:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Linux
|
# Linux
|
||||||
|
@@ -14,9 +14,10 @@ python -m seedpass_gui
|
|||||||
seedpass-gui
|
seedpass-gui
|
||||||
```
|
```
|
||||||
|
|
||||||
Only the headless `toga-dummy` backend ships with the project for automated
|
Only `toga-core` and the headless `toga-dummy` backend ship with the project.
|
||||||
tests. To actually display windows you need a platform-specific backend such as
|
The installation scripts automatically install the correct BeeWare backend so
|
||||||
`toga-gtk`, `toga-winforms`, or `toga-cocoa`.
|
the GUI works out of the box. If you set up SeedPass manually, install the
|
||||||
|
backend for your platform:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Linux
|
# Linux
|
||||||
|
Reference in New Issue
Block a user