mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 15:08: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
|
### 4. From Source
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone repo
|
# Download the latest-main branch as a tarball
|
||||||
git clone https://github.com/PR0M3TH3AN/VoxVera.git
|
wget -O VoxVera.tar.gz \
|
||||||
cd VoxVera
|
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
|
# Create & activate virtualenv
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
|
Reference in New Issue
Block a user