Add extra dependency for hansken sdk

This commit is contained in:
job-b
2025-12-01 17:24:09 +00:00
committed by GitHub
parent 65fad38bd2
commit 6dab314a79

View File

@@ -20,4 +20,4 @@
* Linux: If `<ipython-input-3-2c12d96ddab5>: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`