[BangPypers] combine multiple modules in one

Gora Mohanty gora at mimirtech.com
Thu Dec 18 05:05:13 CET 2014


On 17 December 2014 at 23:35, Nitin Kumar <nitin.nitp at gmail.com> wrote:
> Hi,
>
> say I am installing a module "abc" and it got multiple dependent modules
> say xyz pqr.
> pip easy install will take care of downloading and installing these.
>
> but i need to install "abc" on a device which doesnt have net connection.
[...]

Have only tried this once a while ago, but one can install offline
with pip. See, e.g.,
https://pip.pypa.io/en/latest/user_guide.html#fast-local-installs

Regards,
Gora


More information about the BangPypers mailing list