Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'git': 0.07; 'subject:version': 0.07; 'version?': 0.07; 'suggestions,': 0.09; 'url:github': 0.09; 'am,': 0.12; '(windows': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'subject:package': 0.16; 'x64': 0.16; 'wrote:': 0.16; 'wed,': 0.17; 'received:209.85.210.174': 0.18; 'received:mail- iy0-f174.google.com': 0.18; 'header:In-Reply-To:1': 0.22; 'sep': 0.23; 'pm,': 0.24; 'url:mailman': 0.28; 'message- id:@mail.gmail.com': 0.29; 'thanks': 0.30; 'subject:?': 0.31; 'version': 0.32; 'installed': 0.32; 'to:addr:python-list': 0.33; 'url:listinfo': 0.33; "i've": 0.34; 'url:python': 0.36; 'install': 0.37; 'received:google.com': 0.38; 'url:org': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'skip:- 10': 0.39; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'taylor': 0.67; 'forma': 0.68; 'evening,': 0.84; 'subject:latest': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WlB4TeBPXA2haiPMx3+jwQDTAVEXoRBqL+uMlyovTvs=; b=GltCewA3QyJnDqtnBmvllhoDjsdJr7rtNIKisZVVX6fKmKweuYz+ipCFn4j8feo3Ma j8kqHRPSy6kiy0RFQElhB94EGlywKqw2SM0qrZeAZjFB41lO3Xe9P17uCl7CjmFPpBFd udWZNl569pYZO6/JFPsfFDxsGo+CtKcaUB6RU= MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 15 Sep 2011 00:26:48 +1000 Subject: Re: Replace pip installed package with latest git version? From: Alec Taylor To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1316010410 news.xs4all.nl 2439 [2001:888:2000:d::a6]:42456 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:13275 --editable=git+https://github.com/jedie/python-creole.git is not the right forma t; it must have #egg=Package On Wed, Sep 14, 2011 at 10:54 PM, One Murithi wrote: > pip install -e > On Wed, Sep 14, 2011 at 11:44 AM, Alec Taylor > wrote: >> >> Good evening, >> >> I've installed a version of python-creole from pip. How do I upgrade >> it to the latest git version? >> >> (Windows 7 x64 SP1) >> >> Thanks for all suggestions, >> >> Alec Taylor >> -- >> http://mail.python.org/mailman/listinfo/python-list > >