Skip to content

Commit

Permalink
Merge pull request #34 from heumann-a/patch-1
Browse files Browse the repository at this point in the history
Correct Readme and Requirements for python-gui
  • Loading branch information
JohnAZoidberg authored Aug 14, 2024
2 parents ab6fefa + 9689af7 commit d51822a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ python3 -m pip install qmk_hid

## GUI

On Linux install Python requirements via `python3 -m install -r requirements.txt` and run `qmk_gui.py`.
On Windows download the `qmk_gui.exe` and run it.
On Linux install Python requirements via `python3 -m pip install -r requirements.txt` and run `python3 qmk_hid/gui.py`.
On Windows download the `qmk_gui.exe` and run it.
4 changes: 2 additions & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
hidapi==0.14.0
PySimpleGUI==4.60.5
pywin32; os_name == 'nt'
PySimpleGUI-4-foss==4.60.4.1
pywin32; os_name == 'nt'

0 comments on commit d51822a

Please sign in to comment.