Installing Packages - Python Packaging User Guide

PHOTO EMBED

Fri Jul 26 2024 15:33:29 GMT+0000 (Coordinated Universal Time)

Saved by @CHIBUIKE

py -m pip install -e SomeProject @ git+https://git.repo/some_pkg.git          # from git
py -m pip install -e SomeProject @ hg+https://hg.repo/some_pkg                # from mercurial
py -m pip install -e SomeProject @ svn+svn://svn.repo/some_pkg/trunk/         # from svn
py -m pip install -e SomeProject @ git+https://git.repo/some_pkg.git@feature  # from a branch
content_copyCOPY

https://packaging.python.org/en/latest/tutorials/installing-packages/