How to uninstall a git repo using pip? How to uninstall a git repo using pip? git git

How to uninstall a git repo using pip?


You uninstall it like you would any other library:

pip uninstall django-bcrypt

If you want to ultimately upgrade, you could also do

pip install --upgrade -e git://github.com/dwaiter/django-bcrypt.git#egg=django_bcrypt