Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #58439
| References | <f32bb389-170e-4be7-980f-3d9b449453d4@googlegroups.com> |
|---|---|
| From | Amirouche Boubekki <amirouche.boubekki@gmail.com> |
| Date | 2013-11-04 11:22 +0100 |
| Subject | Re: install package from github repository |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2015.1383560597.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
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 >
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