From 34618898cfdde11e41ef82be75fff3bf6fc2aa4a Mon Sep 17 00:00:00 2001
From: Robin Mueller <robin.mueller.m@gmail.com>
Date: Tue, 5 May 2020 14:02:45 +0200
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 84fcd93..fa10651 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,11 @@ Students of the Uni Stuttgart usually have access to PyCharm Professional.
    python<version> -m pip<version> install crcmod
    ``` 
    or use IDE (interpreter settings -> pip in PyCharm)
-3. Install python-tk. 
+3. Install python-tk on Linux. 
     ```sh
     sudo apt-get install python-tk
     ```
+   On Windows, the package should be included.
 
 ## How To Use
 The script can be used by specifying command line parameters.
-- 
GitLab