Skip to content

Commit b6a61bf

Browse files
committed
update Readme
1 parent 435effb commit b6a61bf

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,6 @@ f0, sp, ap, pyDioOpt = pw.wav2world(x, fs)
4141

4242

4343
## II. Installation
44-
### Environment/Dependencies
45-
- Linux Ubuntu 14.04/16.04, Windows
46-
- Python 2.7/3.5
47-
- Cython 0.24 (or later versions; required)
48-
- Numpy
49-
- argparse (optional; for demo.py only)
50-
- PySoundFile (optional; for demo.py only)
51-
- Matplotlib (optional; for demo.py only)
52-
53-
You can simply install these by `pip install -r requirements.txt`
54-
55-
5644
### Installation procedures
5745
```bash
5846
git clone https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder.git
@@ -79,6 +67,19 @@ As for installation mode (the last line), you can choose from the following opti
7967
so that you can use it everywhere like an installed package.<br/>
8068
Alternatively you can copy/symlink the compiled files using pip, e.g. `pip install -e .`
8169

70+
### Environment/Dependencies
71+
- Linux Ubuntu 14.04/16.04, Windows
72+
- Python 2.7/3.5
73+
- Cython 0.24 (or later versions; required)
74+
- Numpy
75+
76+
Optional (for demo.py only):
77+
- argparse
78+
- librosa
79+
- Matplotlib
80+
81+
You can simply install these by `pip install -r requirements.txt`
82+
8283

8384
### Validation
8485
You can validate installation by running

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ numpy
22
matplotlib
33
argparse
44
cython
5-
pysoundfile
5+
librosa

0 commit comments

Comments
 (0)