Skip to content

Instantly share code, notes, and snippets.

@glarrain
Last active April 10, 2020 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glarrain/34a1e86357e139d8c04f247983bfdf99 to your computer and use it in GitHub Desktop.
Save glarrain/34a1e86357e139d8c04f247983bfdf99 to your computer and use it in GitHub Desktop.
pip - install from GitHub repo
# For commits, prefer full hash
# https://pip.pypa.io/en/stable/reference/pip_install/#git
-e git+ssh://git@github.com/fyntex/lib-cl-sii-python.git@995af20f289c41c690d47c35720a6005b93287ba#egg=cl-sii
-e git+ssh://git@github.com/fyntex/lib-cl-sii-python.git@master#egg=cl-sii
-e git+ssh://git@github.com/fyntex/lib-cl-sii-python.git@v1.5#egg=cl-sii
-e git+ssh://git@github.com/fyntex/lib-cl-sii-python.git@refs/pull/123/head#egg=cl-sii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment