[note] Want to install the latest version from a GitHub repo using pip

  • devel - stands for development

If you want to install a specific branch from GitHub, instead of the stable version from PyPI:

  • Repo URL : https://github.com/username/repository.git
  • Repo Branch : devel

The command to pip install this repo:

1
pip install git+{repo_url}@{branch_name}
1
pip install git+https://github.com/username/repository.git@devel