PIP install from local git repository

If you want to test a PIP package located in a local git repository you can do it this way: Or to checkout a specific branch just add @branch_name at the end: Installing from a github repository If you want to install a PIP package from a github repository use the following command: Specific branch: Installing from a Bitbucket repository …