This commit is contained in:
thePR0M3TH3AN
2025-06-21 19:07:48 -04:00
parent 97ae1efcb5
commit 04e91741f1

View File

@@ -52,9 +52,15 @@ pipx install voxvera
### 4. From Source
```bash
# Clone repo
git clone https://github.com/PR0M3TH3AN/VoxVera.git
cd VoxVera
# Download the latest-main branch as a tarball
wget -O VoxVera.tar.gz \
https://github.com/PR0M3TH3AN/VoxVera/archive/refs/heads/main.tar.gz
# Extract it
tar -xzf VoxVera.tar.gz
# Enter the extracted directory (note the “-main” suffix)
cd VoxVera-main
# Create & activate virtualenv
python3 -m venv .venv