Love this work! However, as I've been toying around with pixray the last day or so, and have had quite a hard time installing everything from scratch... all the git submodule business + local setup.py installs + (😱 gasp) appending to sys path to make things work feels really sketchy!
Is a PyPi package on your roadmap? Something where I could go pip install pixray (or pip install pixray[<some-extra>] if you wanted to separate out the extra demo dependencies) would be super nice and would make this work a lot more accessible to folks!
Love this work! However, as I've been toying around with
pixraythe last day or so, and have had quite a hard time installing everything from scratch... all the git submodule business + local setup.py installs + (😱 gasp) appending to sys path to make things work feels really sketchy!Is a PyPi package on your roadmap? Something where I could go
pip install pixray(orpip install pixray[<some-extra>]if you wanted to separate out the extra demo dependencies) would be super nice and would make this work a lot more accessible to folks!