Ensure documentation mentions python3-dev

Fixes #2712
This commit is contained in:
Alexandre Lissy 2020-02-04 18:18:39 +01:00
parent 60cbe3b201
commit 00d11e2fec

View File

@ -48,6 +48,12 @@ Install the required dependencies using ``pip3``\ :
cd DeepSpeech
pip3 install -r requirements.txt
The ``webrtcvad`` Python package might require you to ensure you have proper tooling to build Python modules:
.. code-block:: bash
sudo apt-get install python3-dev
You'll also need to install the ``ds_ctcdecoder`` Python package. ``ds_ctcdecoder`` is required for decoding the outputs of the ``deepspeech`` acoustic model into text. You can use ``util/taskcluster.py`` with the ``--decoder`` flag to get a URL to a binary of the decoder package appropriate for your platform and Python version:
.. code-block:: bash