mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-07 14:38:42 +00:00
docs: note legacy shell wrapper
This commit is contained in:
13
README.md
13
README.md
@@ -17,6 +17,19 @@ See [docs/usage.md](docs/usage.md) for detailed usage instructions.
|
||||
|
||||
Run the installer to set up all dependencies and the `voxvera` CLI in one step.
|
||||
|
||||
If you already have the prerequisites you can install the package directly from
|
||||
PyPI:
|
||||
|
||||
```bash
|
||||
pipx install voxvera # recommended
|
||||
# or
|
||||
pip install --user voxvera
|
||||
```
|
||||
|
||||
The legacy `src/create_flyer.sh` script remains for backward compatibility. It
|
||||
simply forwards its arguments to the Python CLI so existing workflows continue
|
||||
to work.
|
||||
|
||||
### GUI
|
||||
An Electron wrapper is provided under `gui/electron` for users that prefer a graphical interface.
|
||||
Run it with:
|
||||
|
Reference in New Issue
Block a user