Intelligence, Inside and Outside.

How To Install NumPy

Overview

This guide shows how to install NumPy. NumPy is the fundamental package for scientific computing with Python.

 

Prerequisites

 

Installation

01. Activate your virtual environment, or skip this step if not using virtual environment.


$ source {{virtual-env-directory}}/bin/activate

 

02. Install the numpy package

(geek-venv) $ pip install numpy

 

03. Verify that bottle has been installed by viewing the version.

(geek-venv) $ pip freeze | grep numpy

Read More  PyCon 2019 | Getting Started With Deep Learning: Using Keras & Numpy To Detect Voice Disorders

For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!
Share this article
Shareable URL
Prev Post

To Create A Super-Intelligent Machine, Start With An Equation

Next Post

How To Install scikit-learn

Read next