Skip to content

Instantly share code, notes, and snippets.

@davidwtbuxton
Created January 29, 2018 16:35
Show Gist options
  • Save davidwtbuxton/9c9ec4342a2bb30dbe7eef4c94092d4d to your computer and use it in GitHub Desktop.
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
# 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