Suggest using pip to install numpy

This commit is contained in:
Robin Dunn
2017-09-08 14:18:53 -07:00
parent 989e15a1dd
commit e43ba1eec0

View File

@@ -28,7 +28,8 @@ except ImportError:
imported. It probably is not installed (it's not part of the
standard Python distribution). See the Numeric Python site
(http://numpy.scipy.org) for information on downloading source or
binaries."""
binaries, or just try `pip install numpy` and it will probably
work."""
raise ImportError("NumPy not found.\n" + msg)