From a8f02ce09997a684aafb61f73875bee09936b550 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 30 Apr 2018 21:17:56 +0200 Subject: [PATCH] Add tkinter dependency in doc --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 427ff9e..7a56ada 100644 --- a/README.adoc +++ b/README.adoc @@ -13,6 +13,7 @@ endif::[] - Python >= 3.6.5 - pygame >= 1.9.3 +- tkinter (must be installed on system, see http://www.tkdocs.com/tutorial/install.html[the docs]) - pipenv (for dependencies management) === Install dependencies