Install Python module from GitHub
I have a module that exists on PyPi, but we have a fixed version on GitHub.
Is there a way to use this with Windmill? Normally, would do a pip install git+https://github.com/x/x.git to make sure we grab the right one.
Since you are auto installing packages, how do you tell it the right one to get?
I was looking at the docs for using requirements.txt to specify different packages but I can't understand how to set this up for local self hosted.
0 Replies