Created
January 29, 2018 16:35
-
-
Save davidwtbuxton/9c9ec4342a2bb30dbe7eef4c94092d4d to your computer and use it in GitHub Desktop.
Specify Python source dependencies for pip with an archive instead of a checkout
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
# If you are pip installing from a repo instead of pypi, archives are faster than git checkouts. | |
# Fast. | |
https://github.com/potatolondon/djangae/archive/6e23d264badd1c7a46a5dc64ef99ea9dc77b20ff.zip | |
# Slow. | |
# git+https://github.com/potatolondon/djangae.git@6e23d264badd1c7a46a5dc64ef99ea9dc77b20ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment