Merge pull request #29 from kuke/update_setup

Update the setup in readme
pull/37/head
Yibing Liu 7 years ago committed by GitHub
commit a648452267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,10 +29,17 @@ To avoid the trouble of environment setup, [running in docker container](#runnin
- PaddlePaddle the latest version (please refer to the [Installation Guide](https://github.com/PaddlePaddle/Paddle#installation))
### Setup
- Make sure these libraries or tools installed: `pkg-config`, `flac`, `ogg`, `vorbis` and `swig`, e.g. installing them via `apt-get`:
```bash
git clone https://github.com/PaddlePaddle/models.git
cd models/deep_speech_2
sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev swig
```
- Run the setup script for the remaining dependencies
```bash
git clone https://github.com/PaddlePaddle/DeepSpeech.git
cd DeepSpeech
sh setup.sh
```

Loading…
Cancel
Save