From bd9bf767cdffffd44df84cbaeed9a00fa64522b7 Mon Sep 17 00:00:00 2001 From: Daniel Kuby Date: Thu, 12 May 2022 08:56:01 +0200 Subject: [PATCH] Added instructions on how to install tk-python Added instructions on how to install tk-python using brew on Macos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80c77618..c661e323 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ git clone https://github.com/corpnewt/ProperTree That is because the graphical interface library that ProperTree depends on isn't present or cannot be detected, you need to install `tkinter` from your package manager. - To install it on Ubuntu (and Ubuntu-based distros), you can run `sudo apt-get install python3-tk -y` + To install it on Ubuntu (and Ubuntu-based distros), you can run `sudo apt-get install python3-tk -y`. To install it on Macos using the [Homebrew](brew.sh) packet manager, you can run `brew install python-tk`. * **ProperTree doesn't run because it doesn't have permissions, what gives?**