Document deps

Fixes #1025
This commit is contained in:
Alexandre Lissy 2017-11-27 15:04:58 +01:00
parent b7abbd9ea9
commit 031addd5c8
2 changed files with 11 additions and 1 deletions

View File

@ -23,7 +23,7 @@ pip install deepspeech-gpu
deepspeech output_model.pb my_audio_file.wav alphabet.txt
```
See the output of `deepspeech -h` for more information on the use of `deepspeech`.
See the output of `deepspeech -h` for more information on the use of `deepspeech`. (If you experience problems running `deepspeech`, please check [required runtime dependencies](native_client/README.md#required-dependencies)).
**Table of Contents**

View File

@ -16,6 +16,16 @@ If you want the CUDA capable version of the binaries, use `--arch gpu`. Note tha
If you're looking to train a model, you now have a `libctc_decoder_with_kenlm.so` file that you can pass to the `--decoder_library_path` parameter of `DeepSpeech.py`.
## Required Dependencies
Running inference might require some runtime dependencies to be already installed on your system. Those should be the same, whatever the bindings you are using:
* libsox2
* libstdc++6
* libgomp1
* libpthread
Please refer to your system's documentation on how to install those dependencies.
## Installing the language bindings
For the Python bindings, you can use `pip`: