Skip to content

Commit cd2b59f

Browse files
Merge pull request Project-Babble#86 from Project-Babble/dfgHiatus-patch-1
Update README.md
2 parents 5e99771 + 594c1ca commit cd2b59f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ bash -c "$(curl -fsSL https://gist.githubusercontent.com/dfgHiatus/e1bce63cd6be1
4040
bash -c "$(curl -fsSL https://gist.githubusercontent.com/dfgHiatus/a92a3caae24c1bfab1c7544537a654c5/raw/63573d5c882b4152c9434b9dd4bc888573fe9e98/project-babble-installer-tagged.sh)"
4141
```
4242

43-
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!
4444

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.*
4646

4747
#### Notes on Linux:
4848

@@ -75,8 +75,12 @@ For Fedora:
7575
```bash
7676
sudo dnf install python3-tkinter
7777
```
78+
For MacOS:
79+
```bash
80+
brew install python-tk
81+
```
7882

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).
8084

8185
---
8286

0 commit comments

Comments
 (0)