未验证 提交 a6484522 编写于 作者: Y Yibing Liu 提交者: GitHub

Merge pull request #29 from kuke/update_setup

Update the setup in readme
...@@ -29,10 +29,17 @@ To avoid the trouble of environment setup, [running in docker container](#runnin ...@@ -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)) - PaddlePaddle the latest version (please refer to the [Installation Guide](https://github.com/PaddlePaddle/Paddle#installation))
### Setup ### Setup
- Make sure these libraries or tools installed: `pkg-config`, `flac`, `ogg`, `vorbis` and `swig`, e.g. installing them via `apt-get`:
```bash ```bash
git clone https://github.com/PaddlePaddle/models.git sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev swig
cd models/deep_speech_2 ```
- Run the setup script for the remaining dependencies
```bash
git clone https://github.com/PaddlePaddle/DeepSpeech.git
cd DeepSpeech
sh setup.sh sh setup.sh
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册