Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add pyaudio as optional requirement
It is only needed to use the audio module.
  • Loading branch information
Alexandre Chabot-Leclerc committed Aug 11, 2014
1 parent 2d90791 commit de75c5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Expand Up @@ -36,7 +36,10 @@ The main dependencies are `Numpy <http://www.numpy.org/>`__>= 1.8.0,
codebase for Python 2 and Python 3). Lower versions of these packages codebase for Python 2 and Python 3). Lower versions of these packages
are likely to work as well but have not been thoroughly tested. are likely to work as well but have not been thoroughly tested.


For running tests, you will need `pytest <http://pytest.org/>`__. `pyaudio <http://people.csail.mit.edu/hubert/pyaudio/>`_ is required if you
want to use the ``audio`` module.

For running tests, you will need `pytest <http://pytest.org/>`_.


Install Install
------- -------
Expand Down
3 changes: 3 additions & 0 deletions optional-requirements.txt
@@ -0,0 +1,3 @@
--allow-external PyAudio
--allow-unverified PyAudio
PyAudio

0 comments on commit de75c5f

Please sign in to comment.