Skip to content

Commit 2af50b4

Browse files
committed
update CI
1 parent 228d8c5 commit 2af50b4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ before_install:
1010

1111
install:
1212
- pip install -r requirements.txt
13-
- git clone https://github.com/mmorise/World
14-
- mv World/src .
13+
- bash download_vocoder.sh
1514
- python setup.py build_ext --inplace
1615

1716
script:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ You can simply install these by `pip install -r requirements.txt`
5555

5656
### Installation procedures
5757
```bash
58+
git clone https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder.git
5859
pip install -U pip
5960
pip install -r requirements.txt
60-
git clone https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder.git
6161
cd Python-Wrapper-for-World-Vocoder
6262
bash download_vocoder.sh
6363
python setup.py install

0 commit comments

Comments
 (0)