Spaces:
Sleeping
Sleeping
RautenbergFrederik
commited on
Commit
·
d772f31
1
Parent(s):
fd612b2
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ This repository contains code for manipulating perceptual voice quality (PVQ) fe
|
|
6 |
|
7 |
## Installation
|
8 |
|
9 |
-
###
|
10 |
|
11 |
```sh
|
12 |
git clone https://github.com/FrederikRautenberg/pvq_manipulation.git
|
@@ -14,10 +14,10 @@ cd pvq_manipulation
|
|
14 |
pip install -e .
|
15 |
|
16 |
|
17 |
-
|
18 |
https://github.com/coqui-ai/TTS
|
19 |
|
20 |
|
21 |
-
|
22 |
https://github.com/fgnt/paderbox
|
23 |
https://github.com/fgnt/padertorch
|
|
|
6 |
|
7 |
## Installation
|
8 |
|
9 |
+
### Clone the repository and install
|
10 |
|
11 |
```sh
|
12 |
git clone https://github.com/FrederikRautenberg/pvq_manipulation.git
|
|
|
14 |
pip install -e .
|
15 |
|
16 |
|
17 |
+
### Install YourTTS from
|
18 |
https://github.com/coqui-ai/TTS
|
19 |
|
20 |
|
21 |
+
### Make sure that Paderbox and Padertorch are installed from
|
22 |
https://github.com/fgnt/paderbox
|
23 |
https://github.com/fgnt/padertorch
|