0% found this document useful (0 votes)
1 views27 pages

Installation Guide

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views27 pages

Installation Guide

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 27

Download &

Installation
Software Requirement
⮚Python 3.7.3
⮚Jupyter
Installation Steps
Double click on downloaded file
Click on Run Button
click on “Add python 3.7
to path” check box
Click on Customize installation
Click on Next

NOTE: all check boxes supposed to


be filled
Click the check box

Click on Browse button and select


the location to install the software

Click on Install
Click
Click Window Button + R to
open run window
Write “cmd”

Click on “ok “ Button


CMD Window
Type “python --version”

To find out python version


Packages Installation
Install Libraries
Commands
python –version
pip –version
python -m pip install --upgrade pip
pip install numpy
pip install pandas
pip install opencv-python
Type “pip --version

To find out pip version


Type “pip install opencv-python”

Press enter
Opencv installed
Type “pip install numpy”
Type “pip install scipy”
Press enter
Type “pip install matplotlib”

Press enter to install


Type “pip install pandas”
Press enter
Type “pip install sklearn”
Press enter
Python shell window

You might also like