0
If we have an azure artifacts, how can I directly refer it from pyramid to add packages from the artifacts.
Instead of downloading the file from artifacts in local & then deploying it in Pyramid, I want to able to directly refer it from artifacts.
1 reply
-
Hi ,
You can add packages to your selected Python environment in the admin console. By default, these use the standard Pip or Conda repositories, but you can define a custom repository if required:
Hope that helps.
Ian