We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228d8c5 commit 2af50b4Copy full SHA for 2af50b4
.travis.yml
@@ -10,8 +10,7 @@ before_install:
10
11
install:
12
- pip install -r requirements.txt
13
- - git clone https://github.com/mmorise/World
14
- - mv World/src .
+ - bash download_vocoder.sh
15
- python setup.py build_ext --inplace
16
17
script:
README.md
@@ -55,9 +55,9 @@ You can simply install these by `pip install -r requirements.txt`
55
56
### Installation procedures
57
```bash
58
+git clone https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder.git
59
pip install -U pip
60
pip install -r requirements.txt
-git clone https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder.git
61
cd Python-Wrapper-for-World-Vocoder
62
bash download_vocoder.sh
63
python setup.py install
0 commit comments