Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58441

Re: install package from github repository

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'repository': 0.05; 'git': 0.09; 'setup.py': 0.09; 'url:github': 0.09; 'python': 0.11; 'clone': 0.16; 'command:': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; "someone's": 0.16; 'subject:install': 0.16; 'wrote:': 0.18; 'install': 0.23; 'installation': 0.23; 'script.': 0.24; 'mon,': 0.24; 'file.': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'subject:from': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'hi,': 0.36; 'nov': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=oEuOtc71mfdKH/taTib6FGOW02g6IaD+sSD+qTi76x4=; b=tpqAqe7lk0ntCYNYnUVLyYqHhn+8GI+9MozGYrl+U/aRTGbb6veCBy2U/mA7k6MPxf WQTJ2HHQKLpOUvOtOOFF+nhV+DxOgUijhEAKJ/31jUW0x2MC92RQviKE9vcpFak51vpL 6Q5ChCTATs5qPNAzL6tZrBp4zVB2pm6WkHFdBrlkmcZoo7lPdjRvd4HKxXr0EDjXsb0a 5tB/iB+/nQuARKj7yEOXRidfgsscmaQ9W567pFc6LpSNztUzISVxSUl7ckkHPc/3DlaE EQjRm6oqE37PGZMUSyIYdKOz2Mhse8KiVUjxzbBjonHwxMbK8i3sY9802/anB5MC6ATg gPHA==
MIME-Version 1.0
X-Received by 10.66.142.193 with SMTP id ry1mr2041084pab.150.1383565457548; Mon, 04 Nov 2013 03:44:17 -0800 (PST)
In-Reply-To <f32bb389-170e-4be7-980f-3d9b449453d4@googlegroups.com>
References <f32bb389-170e-4be7-980f-3d9b449453d4@googlegroups.com>
Date Mon, 4 Nov 2013 22:44:17 +1100
Subject Re: install package from github repository
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2020.1383565467.18130.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1383565467 news.xs4all.nl 15919 [2001:888:2000:d::a6]:60005
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:58441

Show key headers only | View raw


On Mon, Nov 4, 2013 at 8:56 PM, C. Ng <ngcbmy@gmail.com> wrote:
> Hi,
>
> I have cloned someone's repository on my local drive using git command:
> git clone http://github.com/xxx.git
>
> But I don't find any setup.py file. How do I install the package xxx? So that I can 'import xxx' in my python script.

Does the package have installation instructions? Look for a README or similar.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

install package from github repository "C. Ng" <ngcbmy@gmail.com> - 2013-11-04 01:56 -0800
  Re: install package from github repository Amirouche Boubekki <amirouche.boubekki@gmail.com> - 2013-11-04 11:22 +0100
    Re: install package from github repository "C. Ng" <ngcbmy@gmail.com> - 2013-11-05 23:07 -0800
      Re: install package from github repository Amirouche Boubekki <amirouche.boubekki@gmail.com> - 2013-11-06 15:49 +0100
  Re: install package from github repository Chris Angelico <rosuav@gmail.com> - 2013-11-04 22:44 +1100
    Re: install package from github repository "C. Ng" <ngcbmy@gmail.com> - 2013-11-05 23:05 -0800

csiph-web