We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89256b commit d18c13eCopy full SHA for d18c13e
reference/pocketsphinx.rst
@@ -36,7 +36,7 @@ For Windows, it is recommended to install the precompiled Wheel packages in the
36
For Linux and other POSIX systems (like OS X), you'll want to build from source. It should take less than two minutes on a fast machine.
37
38
* On any Debian-derived Linux distributions (like Ubuntu and Mint):
39
- 1. Run ``sudo apt-get install python python-all-dev python-pip build-essential swig git libpulse-dev`` for Python 2, or ``sudo apt-get install python3 python3-all-dev python3-pip build-essential swig git libpulse-dev`` for Python 3.
+ 1. Run ``sudo apt-get install python python-all-dev python-pip build-essential swig git libpulse-dev libasound2-dev`` for Python 2, or ``sudo apt-get install python3 python3-all-dev python3-pip build-essential swig git libpulse-dev libasound2-dev`` for Python 3.
40
2. Run ``pip install pocketsphinx`` for Python 2, or ``pip3 install pocketsphinx`` for Python 3.
41
* On OS X:
42
1. Run ``brew install swig git python`` for Python 2, or ``brew install swig git python3`` for Python 3.
0 commit comments