diff --git a/README.md b/README.md
index 6e568c456..f91af89eb 100644
--- a/README.md
+++ b/README.md
@@ -128,13 +128,7 @@ ways to use the program).
- **Tkinter-based interface**, meant to be used in the lack of Gtk. Specially on
Windows where Tkinter library is installed with Python itself.
- You can also install it on:
-
- - Debian/Ubuntu: `apt-get install python3-tk tix`
- - openSUSE: `zypper install python3-tk tix`
- - Fedora: `yum install python3-tkinter tix`
- - Mac OS X: read
- - Nix / NixOS: `nix-shell -p python38Packages.tkinter tix`
+ You can [install Tkinter](./doc/tkinter.md) on Linux or Mac.
- **Command-line interface**, works in all operating systems without
any specific requirements, just type `./main.py --help` or `pyglossary --help`
diff --git a/doc/tkinter.md b/doc/tkinter.md
new file mode 100644
index 000000000..61711659b
--- /dev/null
+++ b/doc/tkinter.md
@@ -0,0 +1,7 @@
+## Tkinter installation
+
+- Debian/Ubuntu: `apt-get install python3-tk`
+- openSUSE: `zypper install python3-tk`
+- Fedora: `yum install python3-tkinter`
+- Mac OS X: read
+- Nix / NixOS: `nix-shell -p python38Packages.tkinter`