Installing a custom python library from a custom package index

Is it possible to install a custom python library from a custom package index ?
Or to install a python package that is only on the local machine ?

Thanks

The way I was able to do it :

  • in the yaml file :
    pip:
    requirements:
    • setuptools
    • my_package.tar.gz

Is it the right practice ?

Hi @jon,

Sorry for the delay. Yes, it is the right pratice.

Regards,
Axel

This topic was automatically closed after 30 days. New replies are no longer allowed.