Hi, is there a way to use the `pip_base` (or other...
# ask-metaflow
l
Hi, is there a way to use the
pip_base
(or other pip decorator) to install from a git repo? Usually I would execute
pip install "mypackage @ git+..."
but wasn't sure if there was an equivalent way to do so with the decorator in a flow.
1