Dominic Tarro
06/05/2023, 4:14 PMEXTRA_PIP_PACKAGES="package-a package-b"
.
My current strategy is submodule the internal dependency and install as editable, but that depends if this variable just being passed to pip as the arguments like pip install $EXTRA_PIP_PACKAGES
? Then I could set it like EXTRA_PIP_PACKAGES="package-a package-b -e ./package-c"
.
Anybody have insight here?Zanie
Zanie
pip install
Zanie
Dominic Tarro
06/05/2023, 4:29 PM