Skip to content

Commit

Permalink
#19 Use whl for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Seichter committed Jul 23, 2024
1 parent 016615d commit 847b9d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
wxPython==4.2.1
wxPython==4.2.1; sys_platform != "linux"
https://github.com/dseichter/wxpython-whl/releases/download/4.2.1/wxPython-4.2.1-cp312-cp312-linux_x86_64.whl; sys_platform == "linux"
urllib3==2.2.2
pyinstaller==6.9.0
PyGithub==2.3.0

0 comments on commit 847b9d2

Please sign in to comment.