Replies: 1 comment 1 reply
-
I had something similar, I just made a note in my 'ReadMe' for later. On a related topic, I am thinking later on I might try and setup a docker dev environment or maybe a script in a makefile to ensure all dependencies are set (or maybe compile into an executable). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
e.g. wsl2 doesn't come with
tkinter
as part of its python3, you have tosudo apt install python3-tk
. Maybe "you may have to install this with your package manager" in a footnote?Beta Was this translation helpful? Give feedback.
All reactions