Skip to content

Commit 56c62e4

Browse files
committed
DOC: Minor changes to README
1 parent e33bd89 commit 56c62e4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This Python_ module provides bindings for the PortAudio_ library and a few
55
convenience functions to play and record NumPy_ arrays containing audio signals.
66

77
Documentation:
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

1313
Python 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

0 commit comments

Comments
 (0)