mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 12:30:07 +01:00
Suggest using pip to install numpy
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user