It is tedious for non-tech users to install python, pip, pipenv and all dependencies to make spectraplot run. How can we make it simpler?
Even if it's in early development and probably does not deserve a "stable release", how can we distribute it to people?
One option I see is packaging it (wheel?) for installation with pip. Another is making a single-click-executables.
If anyone has experience with python packaging, I'll be glad to have a chat :)
It is tedious for non-tech users to install python, pip, pipenv and all dependencies to make spectraplot run. How can we make it simpler?
Even if it's in early development and probably does not deserve a "stable release", how can we distribute it to people?
One option I see is packaging it (wheel?) for installation with pip. Another is making a single-click-executables.
If anyone has experience with python packaging, I'll be glad to have a chat :)