Last active
April 10, 2020 17:00
-
-
Save glarrain/34a1e86357e139d8c04f247983bfdf99 to your computer and use it in GitHub Desktop.
pip - install from GitHub repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For commits, prefer full hash | |
# https://pip.pypa.io/en/stable/reference/pip_install/#git | |
-e git+ssh://[email protected]/fyntex/lib-cl-sii-python.git@995af20f289c41c690d47c35720a6005b93287ba#egg=cl-sii | |
-e git+ssh://[email protected]/fyntex/lib-cl-sii-python.git@master#egg=cl-sii | |
-e git+ssh://[email protected]/fyntex/[email protected]#egg=cl-sii | |
-e git+ssh://[email protected]/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