On 5 March 2017 at 21:43, Dominic Lund <[email protected]> wrote: > I have a third party python module I have just downloaded > > It is in a zip file in my download directory > > How do I use pip to install it? > > Or can I ‘install’ it manually?
Does the documentation for the module not tell you how to do so? If not, it's difficult to advise you with so little information. "pip install <the zipfile>" might work, but be aware that that command will likely run some of the code in the zipfile, so if you're not sure it's the right thing to do, you should at least be sure that the code has come from somewhere you trust. For anyone here to help you, you'd need to at a minimum let us know what the module is, where you got it from, and what you have already tried (and what happened). Paul _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
