I\'m using pip in a virtualenv and have installed a package from a git repo by doing this:
pip install -e git://github.com/dwaiter/django-bcrypt.git@475a3bef1e3f
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