Skip to content

Commit

Permalink
move tkinter install doc to doc/tkinter.md
Browse files Browse the repository at this point in the history
and remove mention of tix
  • Loading branch information
ilius committed Jan 19, 2025
1 parent 609bd91 commit fd6d228
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.python.org/download/mac/tcltk/>
- 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`
Expand Down
7 changes: 7 additions & 0 deletions doc/tkinter.md
Original file line number Diff line number Diff line change
@@ -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 <https://www.python.org/download/mac/tcltk/>
- Nix / NixOS: `nix-shell -p python38Packages.tkinter`

0 comments on commit fd6d228

Please sign in to comment.