Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #58441
| References | <f32bb389-170e-4be7-980f-3d9b449453d4@googlegroups.com> |
|---|---|
| Date | 2013-11-04 22:44 +1100 |
| Subject | Re: install package from github repository |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2020.1383565467.18130.python-list@python.org> (permalink) |
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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