Replace pip installed package with latest git version?
Micky Hulse
mickyhulse.lists at gmail.com
Wed Sep 14 12:58:55 EDT 2011
Hello,
On Wed, Sep 14, 2011 at 1:44 AM, Alec Taylor <alec.taylor6 at gmail.com> wrote:
> I've installed a version of python-creole from pip. How do I upgrade
> it to the latest git version?
Not sure if you got an answer yet, but this is how I would do it:
sudo pip install --upgrade
git+git://github.com/jedie/python-creole.git#egg=python-creole
The "sudo" may or may not be required.
<http://www.pip-installer.org/en/latest/index.html>
Hths.
Cheers,
Micky
More information about the Python-list
mailing list