Update E-Paper.py
Fixed incorrect package name
This commit is contained in:
parent
342544b0f2
commit
517166923a
@ -27,7 +27,7 @@ except ImportError:
|
|||||||
try:
|
try:
|
||||||
import numpy as np
|
import numpy as np
|
||||||
except ImportError:
|
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 settings import *
|
||||||
from icon_positions_locations import *
|
from icon_positions_locations import *
|
||||||
|
Loading…
Reference in New Issue
Block a user