Skip to content

Commit 84ec23b

Browse files
committed
DOC: Clarify recommendation for not pip-installing NumPy
http://lists.linuxaudio.org/pipermail/linux-audio-dev/2016-April/036403.html
1 parent a674048 commit 84ec23b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ NumPy (optional):
5959
The only place where NumPy is needed is `jack.OwnPort.get_array()`.
6060
If you need NumPy, you should install it with your package manager or use a
6161
Python distribution that already includes NumPy (see above).
62-
Installing NumPy with pip is not recommended.
62+
Installing NumPy with pip requires a compiler and several additional
63+
libraries and is therefore not recommended for beginners.
6364

6465
.. _JACK: http://jackaudio.org/
6566
.. _NumPy: http://www.numpy.org/

0 commit comments

Comments
 (0)