Skip to content

Commit 050db4b

Browse files
authored
Update README.md
pyenv instructions
1 parent c847815 commit 050db4b

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,18 @@ Speech to Phoneme, Bandwidth Extension and Speaker Verification using the Vibrav
2323
- **🌐**: For more information about the project, visit our [project page](https://vibravox.cnam.fr/).
2424
- **🏆**: Explore Leaderboards on [Papers With Code](https://paperswithcode.com/paper/vibravox-a-dataset-of-french-speech-captured).
2525

26-
## Setup
27-
```pip install vibravox```
26+
## Setup
27+
#### Create your environment (example is given with `pyenv` here)
28+
```
29+
pyenv update
30+
pyenv install 3.12.O
31+
pyenv virtualenv 3.12.0 vibravox-env
32+
pyenv local vibravox-env
33+
```
34+
#### Install `vibravox`
35+
```
36+
pip install vibravox
37+
```
2838

2939
## Available sensors
3040

0 commit comments

Comments
 (0)