There is also another way similar to what Gora has mentioned: https://devcenter.heroku.com/articles/python-pip#local-file-backed-distributions However for modules that need C extensions and C libraries, platform dependencies have to be taken care of, probably we can use pre compiled egg files for distribution.
Regards, Amish Anand Senior Software Engineer, Juniper Networks. Bangalore. On Thu, Dec 18, 2014 at 9:35 AM, Gora Mohanty <g...@mimirtech.com> wrote: > > On 17 December 2014 at 23:35, Nitin Kumar <nitin.n...@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 > _______________________________________________ > BangPypers mailing list > BangPypers@python.org > https://mail.python.org/mailman/listinfo/bangpypers > _______________________________________________ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers