Improve voxvera init prompts

This commit is contained in:
thePR0M3TH3AN
2025-06-19 11:42:00 -04:00
parent 08482b02ca
commit 45edf61969
3 changed files with 80 additions and 22 deletions

View File

@@ -25,6 +25,7 @@ irm https://raw.githubusercontent.com/PR0M3TH3AN/VoxVera/main/install.ps1 | iex
- **ImageMagick** (`convert`)
- **javascript-obfuscator** and **html-minifier-terser** (installed via npm)
- **pdftotext** (optional, used when extracting fields from a PDF form)
- **Python packages** [`InquirerPy`](https://github.com/kazhala/InquirerPy) and [`rich`](https://github.com/Textualize/rich)
## Installing Dependencies
@@ -55,6 +56,12 @@ globally:
npm install -g javascript-obfuscator html-minifier-terser
```
Install the Python dependencies:
```bash
pip install --user InquirerPy rich
```
A helper script `setup.sh` is provided to check for these dependencies and
install anything that is missing.