From c7b1961704c67d36a280407d5747b1078ea42cc6 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 15 Mar 2021 14:59:07 +0000 Subject: [PATCH] Running-from-source: Add Arch 'pacman' command for tk installation --- Running-from-source.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Running-from-source.md b/Running-from-source.md index fc1d0c9..0d14fbe 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -40,7 +40,11 @@ If using a python.org package it will include this. On Debian, Ubuntu, and other Debian derivatives the package you need to install is `python3-tk`: -`sudo apt install python3-tk` + sudo apt install python3-tk + +On Arch you need: + + sudo pacman -S tk For other Linux distributions you will need to find the requisite package and how to install it. Keep in mind you need 'tkinter' for 'python3'. Installing