File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ before_install:
10
10
11
11
install :
12
12
- pip install -r requirements.txt
13
- - git clone https://github.com/mmorise/World
14
- - mv World/src .
13
+ - bash download_vocoder.sh
15
14
- python setup.py build_ext --inplace
16
15
17
16
script :
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ You can simply install these by `pip install -r requirements.txt`
55
55
56
56
### Installation procedures
57
57
``` bash
58
+ git clone https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder.git
58
59
pip install -U pip
59
60
pip install -r requirements.txt
60
- git clone https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder.git
61
61
cd Python-Wrapper-for-World-Vocoder
62
62
bash download_vocoder.sh
63
63
python setup.py install
You can’t perform that action at this time.
0 commit comments