Blame view
tools/extras/install_kaldi_io.sh
152 Bytes
8dcb6dfcb first commit |
1 2 3 4 5 6 |
#!/bin/bash # Install kaldi_io. Please refer to https://github.com/vesis84/kaldi-io-for-python # for details. python3 -m pip install --user kaldi_io |