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.
30
32
31
33
*You should also be able to run the Windows executable through Wine!*
32
34
33
35
#### Note:
34
-
If you recieve a `ModuleNotFoundError: No module named 'tkinter'` error message on run, you'll need to install `tkinter` for your distro:
35
-
- For Ubuntu or other distros with apt:
36
-
```sudo apt-get install python3-tk```
37
-
- For Fedora:
38
-
```sudo dnf install python3-tkinter```
36
+
If you recieve a `ModuleNotFoundError: No module named 'tkinter'` error message on run, you'll need to install `tkinter` for your distro.
37
+
38
+
For Ubuntu or other distros with apt:
39
+
```bash
40
+
sudo apt-get install python3-tk
41
+
```
42
+
For Fedora:
43
+
```bash
44
+
sudo dnf install python3-tkinter
45
+
```
39
46
40
47
You can read more about this [here](https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter).
41
48
42
49
## Usage
43
-
We have integrations for [VRChat](https://docs.babble.diy/docs/software/integrations/vrc), [Resonite](https://docs.babble.diy/docs/software/integrations/resonite)or[ChilloutVR](https://docs.babble.diy/docs/software/integrations/chilloutVR)!
50
+
We have integrations for [VRChat](https://docs.babble.diy/docs/software/integrations/vrc), [Resonite](https://docs.babble.diy/docs/software/integrations/resonite)and[ChilloutVR](https://docs.babble.diy/docs/software/integrations/chilloutVR)!
44
51
45
-
Looking for something else? Check out our [documentation](https://docs.babble.diy/) here!
52
+
Looking for something else? Check out our [documentation](https://docs.babble.diy/)!
0 commit comments