diff --git a/README.md b/README.md index 5faf9d9..ac46f40 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ * Linux: If `:7: UserWarning: Matplotlib is currently using agg;, which is a non-GUI backend, so cannot show the figure.` this error pops up: * update imports to explicitly use a gui backend for matplotlib: `matplotlib.use('tkAgg')` - * install tkinter `pip install tkinter` + * install tkinter `pip install tkinter` or in debian based environments such as the hansken sdk `sudo apt install python3-tk`