rougier / matplotlib-tutorial

Matplotlib tutorial for beginner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check-installation.py script syntax error

TayoO opened this issue · comments

python check-installation.py
Throws the following error:

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

Are you using python 2 or 3?