[Distutils] Adding modules to library

Ralf Gommers ralf.gommers at gmail.com
Tue Nov 29 03:11:19 EST 2016


On Tue, Nov 29, 2016 at 2:26 PM, <craigorlandorattray at gmail.com> wrote:

> Having trouble installing numpy and picamera modules to python shell.
>
> Need your help please.
>
> I am just learning Python Laguage.
>

On Windows, you're best off using a scientific Python distribution (like
Anaconda, see http://scipy.org/install.html#scientific-python-distributions
for all your options). If you just need numpy and know how to use pip
already, "pip install numpy" should work. Note that as soon as you need
more scientific packages (like scipy) that won't work though, so better
start off right and install a distribution.

Note that the mailing list of numpy or stackoverflow are better places than
this list to ask how best to install numpy.

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20161129/61336bba/attachment.html>


More information about the Distutils-SIG mailing list