Skip to content

Instantly share code, notes, and snippets.

@korakot
Last active October 21, 2020 01:39
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 korakot/8dad18af33de26371468bdddbf9196c3 to your computer and use it in GitHub Desktop.
Save korakot/8dad18af33de26371468bdddbf9196c3 to your computer and use it in GitHub Desktop.
pip install from github
# short but slower
!pip install git+git://github.com/org/project_name
# faster
!pip install https://github.com/org/project_name/archive/master.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment