storborg / python-packaging

Tutorial on how to structure Python packages
http://www.scotttorborg.com/python-packaging/
438 stars 133 forks source link

Install the package from github #42

Open morlandi opened 6 years ago

morlandi commented 6 years ago

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