You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once it's finished installing, you can update and run the Babble app by typing `babble-app` into your terminal.
43
+
Once it's finished installing, you can update and run the Babble app by typing `babble-app` into your terminal. You *should* also be able to run the Windows executable through Wine!
44
44
45
-
*You should also be able to run the Windows executable through Wine!*
45
+
*Sometimes, the update script can error out if there are updates to pull from git. Fear not, re-rerunning the script in most cases fixes things.*
46
46
47
47
#### Notes on Linux:
48
48
@@ -75,8 +75,12 @@ For Fedora:
75
75
```bash
76
76
sudo dnf install python3-tkinter
77
77
```
78
+
For MacOS:
79
+
```bash
80
+
brew install python-tk
81
+
```
78
82
79
-
You can read more about this [here](https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter).
83
+
You can read more about this [here](https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter) and [here](https://stackoverflow.com/questions/36760839/why-does-python-installed-via-homebrew-not-include-tkinter).
0 commit comments