Update E-Paper.py

Fixed incorrect package name
This commit is contained in:
Ace 2019-03-12 18:21:00 +01:00 committed by GitHub
parent 342544b0f2
commit 517166923a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ except ImportError:
try:
import numpy as np
except ImportError:
print("Please install numpy with: sudo apt-get install python-numpy")
print("Please install numpy with: sudo apt-get install python3-numpy")
from settings import *
from icon_positions_locations import *