From 517166923a1ef8cfac3425881a627613296bc518 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 12 Mar 2019 18:21:00 +0100 Subject: [PATCH] Update E-Paper.py Fixed incorrect package name --- Calendar/E-Paper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calendar/E-Paper.py b/Calendar/E-Paper.py index 34b8740..2818264 100644 --- a/Calendar/E-Paper.py +++ b/Calendar/E-Paper.py @@ -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 *