python-packaging icon indicating copy to clipboard operation
python-packaging copied to clipboard

Install the package from github

Open morlandi opened this issue 7 years ago • 0 comments

You might mention this option:

pip install git+https://github.com/myaccount/mypackage

or even

pip install git+https://github.com/myaccount/mypackage@version

where version can be either a branch, a tag or a commit

morlandi avatar Apr 21 '18 09:04 morlandi