Hi
I am developing tools for my workflows using ITK remote modules.
To test these from Python I have so far used the wheels generated by the CI (github action), or eventually from PyPI. Unfortunately, this no longer works on my Mac (M2 cpu), since the github action doesn’t build compatible wheels (yet).
How can I install locally built python (ITK remote) modules?