lemon-magazine-70561
06/07/2024, 11:08 PMpip_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.dry-beach-38304
06/07/2024, 11:21 PM@pypi_base(packages={"mypackage": "git+https…"}) should workdry-beach-38304
06/07/2024, 11:24 PMlemon-magazine-70561
06/07/2024, 11:31 PMdry-beach-38304
06/07/2024, 11:33 PMdry-beach-38304
06/07/2024, 11:33 PMdry-beach-38304
06/07/2024, 11:33 PMlemon-magazine-70561
06/07/2024, 11:34 PM