Home > Backend Development > Python Tutorial > How to install numpy module in python?

How to install numpy module in python?

青灯夜游
Release: 2019-05-23 18:52:28
Original
9989 people have browsed it

How to install numpy module in python?

Steps to install numpy module in python:

1. Download the numpy installation package

Open the URL https://pypi .python.org/pypi/numpy, find the numpy version corresponding to the installed python version.

My python version is:

The corresponding numpy version to download is:

2 . Download numpy to the scripts folder in the python installation directory

3. Then execute the following command in cmd

pip3.6 install D:\java\python36\Scripts\numpy-1.13.3-cp36-none-win_amd64.whl
Copy after login

4. If you see the following prompt, the installation is successful

The above is the detailed content of How to install numpy module 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