From 95f1da6e496efd666006bec024cef51df95b5182 Mon Sep 17 00:00:00 2001 From: ATATC Date: Mon, 12 Feb 2024 10:25:45 -0500 Subject: [PATCH] Migrating to CustomTkinter. (#46) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3559b0c..7c9090d9 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,12 @@ The codes are never designed for average high school students to understand. You Note that LEADS requires **Python >= 3.11**. ```shell -pip install pysimplegui keyboard RPi.GPIO pyserial leads +pip install customtkinter keyboard RPi.GPIO pyserial leads ``` `numpy` will be automatically installed with `leads`. -`pysimplegui`, `keyboard`, `RPi.GPIO`, and `pyserial` are optional. +`customtkinter`, `keyboard`, `RPi.GPIO`, and `pyserial` are optional. If you only want the framework, run the following.