https://kedro.org/ logo
#advanced-need-help
Title
# advanced-need-help
w

williamc

10/10/2022, 2:31 AM
Let's say I have a Kedro project named
kpro
and I've abstracted a bunch of stuff into
kpro.coollib
. If I package it up with
kedro package
and distribute it, do I just need to do
import kpro.coollib
on my destination machine to use it? In this case I'm not interested in running my pipelines, just the library code. Thanks!