Skip to content

Commit 52e460f

Browse files
committed
tweak logging
1 parent 3a31515 commit 52e460f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
except ImportError:
1616
# Keep it simple, require that NumPy is already installed.
1717
print('[zarr] ERROR NumPy not found. Please install NumPy then try again.')
18-
print('[zarr] E.g., try: pip install numpy')
18+
print('[zarr] See also: http://docs.scipy.org/doc/numpy/user/install.html')
1919
sys,exit(1)
2020

2121

0 commit comments

Comments
 (0)