Skip to content

Commit

Permalink
Merge pull request #396 from fygul/master
Browse files Browse the repository at this point in the history
Update pocketsphinx.rst
  • Loading branch information
Uberi committed Feb 4, 2019
2 parents f89256b + d18c13e commit 88b2254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/pocketsphinx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For Windows, it is recommended to install the precompiled Wheel packages in the
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.

* On any Debian-derived Linux distributions (like Ubuntu and Mint):
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.
2. Run ``pip install pocketsphinx`` for Python 2, or ``pip3 install pocketsphinx`` for Python 3.
* On OS X:
1. Run ``brew install swig git python`` for Python 2, or ``brew install swig git python3`` for Python 3.
Expand Down

0 comments on commit 88b2254

Please sign in to comment.