From ebb338b714c5ba5a7c288c879711492eb7524f7a Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 22 Jun 2020 15:42:16 +0200 Subject: [PATCH] Added note about numpy issues --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f0ac2f0..fb3d1ca 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,10 @@ You can alternatively also open `settings-UI.html` in your web-browser. # Open Python3 and import package from inkycal import Inkycal +# If you see 'numpy is not installed, please install with pip3 install numpy', +# please run the following command in the Terminal, then restart python and try again: +# pip3 uninstall numpy + # tell the Inkycal class where your settings file is inky = Inkycal('/path/to/your/settings/file', render = True) # render means rendering (showing) on the ePaper. Setting render = False will not show anything on the ePaper