wxdan
August 17, 2026, 11:13pm
1
What’s the best way to contribute to this project?
I made a fork on GitHub.
I tried to ‘pip install -e ‘ but that failed.
modified the workflows to make a build and upload a new version to PyPi.
I find myself having to copy paste code,
surely this isn’t optimal.
A few years ago I created some simple PR fixes that were merged into the master branch on GitHub and eventually made their way into a new release of wxPython.
I basically followed the page in the wiki: ContributeWithGIT - wxPyWiki
It worked back then, but that page may well be out of date now with various changes that have happened e.g. CI.