Skip to content

Commit

Permalink
Allows code to run without scipy.
Browse files Browse the repository at this point in the history
  • Loading branch information
AznStevy authored Aug 20, 2016
1 parent 356acaf commit 06e7084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leveler/leveler.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import scipy.misc
import scipy.cluster
except:
raise RuntimeError("Run 'pip3 install --upgrade numpy', then 'pip3 install --upgrade scipy' and try again.")
print("Run 'pip3 install --upgrade numpy', then 'pip3 install --upgrade scipy' and try again.")
try:
from PIL import Image, ImageDraw, ImageFont, ImageColor, ImageOps
except:
Expand Down

0 comments on commit 06e7084

Please sign in to comment.