How to install numpy library in python

Release: 2019-07-08 09:18:04
Original
18938 people have browsed it

How to install numpy library in python

First we need to find the location of python installation

Win R open

How to install numpy library in python

Enter and enter: where python

After finding the installation directory, find the location of the Scripts folder: such as Programs\Python\Python36\Scripts

Then go to the Internet to download the corresponding file:

How to install numpy library in python

Check whether you are 32-bit or 64-bit, and download this file to the Scripts folder

How to install numpy library in python

Enter: pip3 on the cmd command line .6 install D:\Programs\Python\Python36\Scripts\numpy-1.15.4-cp36-none-win_amd64.whl

How to install numpy library in python

This way you can install it.

For more Python-related technical articles, please visit the Python Tutorial column to learn!

The above is the detailed content of How to install numpy library in python. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template