On Tue, Nov 29, 2016 at 2:26 PM, <[email protected]> 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
_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to