Hello World! We started some time ago to evaluate ...
# getting-started
m
Hello World! We started some time ago to evaluate Meltano and because of special needs we wrote a tiny tap. Now we would like to use our internal PyPi server (ProGet) for storing our Python packages. And so the question arose how to install those packages into Meltano during docker build. I noticed that _pip_url_ is targeting directly the repository. This is something, which is considered as not so nice by our lead developer. Is there a way to make Metano aware of our ProGet server?
v
It's pip configurations so you could go that route, but it looks like Meltano has a nice function to do this as well https://meltano.com/docs/plugin-management.html#installing-plugins-from-a-custom-python-package-index-pypi
m
Many thanx!