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.