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