Install specific git commit with pip

I’m developing a django app and I’m using pip to manage my requirements. How can I do to install a specific git’s commit?

In my case I need to install this commit:
https://github.com/aladagemre/django-notification/commit/2927346f4c513a217ac8ad076e494dd1adbf70e1

4 Answers
4

Leave a Comment