Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111717
| From | Pete Forman <petef4+usenet@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Python packages listed in PyPI |
| Date | 2016-07-21 10:04 +0100 |
| Message-ID | <mailman.27.1469115393.22221.python-list@python.org> (permalink) |
| References | (1 earlier) <2005046224.2877266.1469079881286.JavaMail.yahoo@mail.yahoo.com> <mailman.15.1469080781.22221.python-list@python.org> <m1h9bjecnf.fsf@iKarel.lan> <1027565569.3146921.1469082517173.JavaMail.yahoo@mail.yahoo.com> <CADes80o+JT2CeHZtgKMhfgD7Y9yqidFrpFbq3OsADMU1Cdgdzg@mail.gmail.com> |
On 21 July 2016 at 07:28, Rayne <hjazz6@ymail.com> wrote: > Thanks! One more question: Does "pip install" require Internet to work? Or > are all implementations already contained in the packages and so do not > require additional downloads? > pip install is downloading from https://pypi.python.org so yes you do need internet access. Having said that there are a couple of ways to feed pip. You can run a local pypi server to host previously downloaded packages or tell pip to install from a file. "pip help install" Automatic handling of additional downloads is automatic in pip. If the package you are installing requires some other packages then it will install those too. -- Pete Forman
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
#111695
#111696
#111697
#111700
#111701
#111703
#111717
csiph-web