mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-07 14:38:42 +00:00
update
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
Reference in New Issue
Block a user