File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ This Python_ module provides bindings for the PortAudio_ library and a few
55convenience functions to play and record NumPy _ arrays containing audio signals.
66
77Documentation:
8- http://python-sounddevice.rtfd.org /
8+ http://python-sounddevice.readthedocs.io /
99
10- Code :
10+ Source code repository and issue tracker :
1111 http://github.com/spatialaudio/python-sounddevice/
1212
1313Python Package Index:
@@ -60,14 +60,15 @@ NumPy (optional):
6060 NumPy at all.
6161 If you need NumPy, you should install it with your package manager or use a
6262 Python distribution that already includes NumPy (see above).
63- Installing NumPy with pip is not recommended.
63+ Installing NumPy with pip requires a compiler and several additional
64+ libraries and is therefore not recommended for beginners.
6465
6566.. _PortAudio : http://www.portaudio.com/
6667.. _NumPy : http://www.numpy.org/
6768.. _Python : http://www.python.org/
6869.. _Anaconda : http://docs.continuum.io/anaconda/
6970.. _WinPython : http://winpython.github.io/
70- .. _C Foreign Function Interface for Python : http://cffi.readthedocs.org /
71+ .. _C Foreign Function Interface for Python : http://cffi.readthedocs.io /
7172.. _PyPy : http://pypy.org/
7273.. _pip installation : http://www.pip-installer.org/en/latest/installing.html
7374
You can’t perform that action at this time.
0 commit comments