rougier / matplotlib-tutorial

Matplotlib tutorial for beginner
2.96k stars 807 forks source link

check-installation.py script syntax error #11

Closed TayoO closed 6 years ago

TayoO commented 6 years ago

python check-installation.py Throws the following error:

File "check-installation.py", line 19 print("Check for numpy: ", end="") ^ SyntaxError: invalid syntax

rougier commented 6 years ago

Are you using python 2 or 3?