What do you think about making pepatac installable, so you could pip install pepatac ?
This wouldn't install all the dependencies, obviously, but it could install the pipeline itself, which would allow users to skip the extra git clone step.
I've shied away from making these pipelines installable in the past because I've always seen them as development-oriented, and you'd be changing them, or using different versions with different projects, etc. So, it's always felt easier for me to manage them if they are not installed, so that I can maintain a copy of the pipeline as just a folder, which is part of a project. Installing would make them more global. I mean, you could use virtual environments, sure, but that also introduces more complexity.
But, I can see the value in terms of simplicity of install, which has been a sticking point.
What do you think about making pepatac installable, so you could
pip install pepatac?This wouldn't install all the dependencies, obviously, but it could install the pipeline itself, which would allow users to skip the extra
git clonestep.I've shied away from making these pipelines installable in the past because I've always seen them as development-oriented, and you'd be changing them, or using different versions with different projects, etc. So, it's always felt easier for me to manage them if they are not installed, so that I can maintain a copy of the pipeline as just a folder, which is part of a project. Installing would make them more global. I mean, you could use virtual environments, sure, but that also introduces more complexity.
But, I can see the value in terms of simplicity of install, which has been a sticking point.