Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'repository': 0.05; 'git': 0.09; 'setup.py': 0.09; 'url:github': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'clone': 0.16; 'command:': 0.16; "someone's": 0.16; 'subject:install': 0.16; 'thanks.': 0.20; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'script.': 0.24; 'file.': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'url:python': 0.33; 'subject:from': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'url:mail': 0.40; 'how': 0.40; 'to:addr:gmail.com': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=n4c+wRKAQVPwzti0TIKzxvd+1JVA5NPjSao2L8yqnU4=; b=xyiQ44F2RRnDSpxUk7D8MbOU3EKlvmBofw0ztbO9sSqoNJ78sHGhxW6GAawkCz70GE sWi+w8HjB1msTzUxqqvPU1UBDaTLXFVHiAhUZL4iUtvB+OjO6p0o415omyO1mYI+0fEb HuQmgGQWKROIFe80sp/ucZYgHR02Zv9WrerAlLIYvtLEEUy0UzRBvyu1EJFQk2xPuRCj wNI9zQGdJmT47Kcw7GOJWTTOuYmAYM7/lmCE/USXsIJ6G9JVOQuxuOHszmCMrZddB0kB GHMP9OYEdJ5CENhZsM9zZ/EJ10oPA8GX/Hfc2+suj9dKGbtu895o3YHyOUy6JkWxUub4 42Qg== X-Received: by 10.60.42.168 with SMTP id p8mr40346oel.73.1383560589128; Mon, 04 Nov 2013 02:23:09 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Amirouche Boubekki Date: Mon, 4 Nov 2013 11:22:49 +0100 Subject: Re: install package from github repository To: "C. Ng" Content-Type: multipart/alternative; boundary=047d7b5d41a670ba8104ea574d95 Cc: python-list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 45 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383560597 news.xs4all.nl 15919 [2001:888:2000:d::a6]:35462 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58439 --047d7b5d41a670ba8104ea574d95 Content-Type: text/plain; charset=UTF-8 create a setup.py and install it 2013/11/4 C. Ng > 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. > > Many thanks. > > > > -- > https://mail.python.org/mailman/listinfo/python-list > --047d7b5d41a670ba8104ea574d95 Content-Type: text/html; charset=UTF-8
create a setup.py and install it


2013/11/4 C. Ng <ngcbmy@gmail.com>
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.

Many thanks.



--
https://mail.python.org/mailman/listinfo/python-list

--047d7b5d41a670ba8104ea574d95--