Install Python, Numpy, Matplotlib and Scipy on Windows


Step-by-Step Guide

1) Download Python

  • Go to Python website 
  • From the 'Download' tab, select the Operating System (OS) 
  • Then, click on the Python version that you want to download
Select the Operating System and Python version

  • For Windows users, download 'Windows x86-64 executable installer'
Select the file

2) Install Python

  • After the file has downloaded, click on it
  • On the Setup page, select the 'Add Python 3.7 to PATH'
Python Setup Page

  • Once the installation is done, click on 'Modify' to add or remove features
Modify Setup

  • Select the features that you want to download and choose the install location. Then click 'Install'
Download additional features


3) Install Numpy

  • From the command prompt, change to the install location of the Python
  • Key in the command 'pip install numpy'
Install Numpy


4) Install Matplotlib

  • Key in the command 'pip install Matplotlib'
Download Matplotlib

4) Install Scipy

  • Key in the command 'pip install scipy'
Download Scipy

Cheers, that's all! 

Comments

Popular posts from this blog

How to connect Python to MySQL Workbench

Predict EPL results (Part 2: Neural Network example)