From 584eab49bc5c7b078d80554ccb17360a97279a60 Mon Sep 17 00:00:00 2001 From: Bert Chan <36795411+Chakazul@users.noreply.github.com> Date: Tue, 13 Oct 2020 21:38:25 +0800 Subject: [PATCH] Fix for https://github.com/Chakazul/Lenia/issues/12 --- Python/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Python/README.md b/Python/README.md index 8f7dca8..8b39ecf 100644 --- a/Python/README.md +++ b/Python/README.md @@ -32,3 +32,14 @@ or ```bash sudo apt-get install tk ``` + +or if Tkinter module not found on Ubuntu: + +```bash +sudo apt-get install python3-tk +``` + +For python 3.6: +```bash +sudo apt-get install python3.6-tk +```