Update E-Paper.py
Fixed incorrect package name
This commit is contained in:
		| @@ -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 * | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user