Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save erenmustafaozdal/da9edbbf5c2746776343958cce717bd4 to your computer and use it in GitHub Desktop.
Save erenmustafaozdal/da9edbbf5c2746776343958cce717bd4 to your computer and use it in GitHub Desktop.
Pipenv or pip Install Python package from Git (Github, Gitlab, Bitbucket etc.) and using Git tag for versioning. Works for branches too.

Install from Git tag

pipenv install git+ssh://git@github.com/chhantytal/parquet-cli.git@v1.1#egg=parq

Install from branch name

pipenv install git+ssh://git@github.com/chhantytal/parquet-cli.git@master#egg=parq

Works for pip as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment