Skip to content

Commit

Permalink
Migrating to CustomTkinter. (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Feb 12, 2024
1 parent 9e68a43 commit 95f1da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 95f1da6

Please sign in to comment.