Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 263 Bytes

INSTALL.md

File metadata and controls

9 lines (4 loc) · 263 Bytes

Tips

If you are os Mac OS and using python installed by homebrew, you may run into issues with an error when importing matplotlib

    ModuleNotFoundError: No module named '_tkinter'

In this case, you can run brew install python-tk and it should fix it