From 2e9376a799fd3b517878bf1d63c7552637f37904 Mon Sep 17 00:00:00 2001 From: Goppier <96147255+Goppier@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:10:51 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bda5b0..8646d9e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ https://www.python.org/downloads/ Once Python has been installed, open the terminal and type in the following command: - pip3 install tkinter +- pip3 install ttkwidgets ## Step 2: Download the Repository and Run the Code 1. Download the entire source code from the latest release on github and unzip it. From b44342902ef6f1662f07557f8b8c5bab67d2ba38 Mon Sep 17 00:00:00 2001 From: Goppier <96147255+Goppier@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:10:59 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8646d9e..cb265d2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ You will first need to download and install Python for the OS you are using. You https://www.python.org/downloads/ -Once Python has been installed, open the terminal and type in the following command: +Once Python has been installed, open the terminal and type in the following commands: - pip3 install tkinter - pip3 install ttkwidgets