Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'git': 0.07; 'subject:version': 0.07; 'version?': 0.07; 'am,': 0.12; 'subject:package': 0.16; 'sudo': 0.16; 'wrote:': 0.16; 'wed,': 0.17; 'cheers,': 0.18; 'header:In-Reply-To:1': 0.22; 'sep': 0.23; 'sender:addr:gmail.com': 0.25; 'required.': 0.28; 'message- id:@mail.gmail.com': 0.29; 'subject:?': 0.31; 'version': 0.32; 'installed': 0.32; 'to:addr:python-list': 0.33; "i've": 0.34; 'received:209.85.212': 0.34; 'yet,': 0.34; 'but': 0.37; 'install': 0.37; 'hello,': 0.38; 'received:google.com': 0.38; 'url:org': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'url:en': 0.39; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'url:index': 0.61; 'taylor': 0.67; 'subject:latest': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=JOUqc82TIRpdU4TNRVKjijz1nrYt8Y1hO6yC+zHTlQ4=; b=RoJsKb79/CTGtYXR8WY2B4g15a9Ng3smeQIbdS+nRA+Rmn0K+K3waIuTx+2vBQ/fpf 8FXMnY3iJj0xIEvdFwBX4TO6+Uw8fetxPqV0C5qzqGkDFVSFCqsh2PdIC+msu28FS6i/ ublCHWKZDPESf8Ygu/3807SYqqzUWmz3kcrFo= MIME-Version: 1.0 Sender: rgmicky@gmail.com In-Reply-To: References: From: Micky Hulse Date: Wed, 14 Sep 2011 09:58:55 -0700 X-Google-Sender-Auth: Qkah4dNd9wylKuVme1froNQesfo Subject: Re: Replace pip installed package with latest git version? To: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1316019577 news.xs4all.nl 2455 [2001:888:2000:d::a6]:33941 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:13277 Hello, On Wed, Sep 14, 2011 at 1:44 AM, Alec Taylor 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. Hths. Cheers, Micky