Does anyone know how you're supposed to use a Pyth...
# ask-community
s
Does anyone know how you're supposed to use a Python package as a deployment source? I'm trying to use
GitRepository
in the Python API yet there doesn't seem to be any way to add that package to PYTHONPATH or pip install it.
n
hi @Shareef Jalloq - if you're cloning your code at runtime then you'd run some
pull
step like
run_shell_script
to install your library at runtime via
pip
or
uv