When the `pip_url` for custom extractors/loaders, ...
# plugins-general
m
When the
pip_url
for custom extractors/loaders, is there a way to get it from a private repo?
d
@michael_cooper For sure!
pip install
(and therefore
pip_url
) supports
git+ssh
URLs in case you want to use SSH auth, and if you'd prefer using a
git+http
URL, it may also support creds in
~/.netrc
.
m
Very nice! Thank you!