From 29a626dba41d94fcec39cdde24eba6e29e587969 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:12:06 -0400 Subject: [PATCH] docs: document pipx install from GitHub --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5b86efa..40aa35a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ The script will: After the script finishes, open a new terminal or reload your shell to ensure `~/.local/bin` is on your **PATH**. +If you prefer a user-level install, run: + +```bash +pipx install 'voxvera@git+https://github.com/PR0M3TH3AN/VoxVera.git@main' +``` + ### 2️⃣ Run VoxVera (every session) ```bash