Windows Installation 1. If you dont have Python installed in your laptop, go to Python Release Python 3.10.11 | Python.org and get the 64 bit executable file. 2. When running the exe file, choose the add Python to PATH option. THIS IS A VERY IMPORTANT STEP. 3. Click on install now, and go through the following promtps Installing Visual Studio Code Windows Installation 1 Getting Numpy, OpenCV libraries 1. In your VS Code terminal, type pip install numpy If it gives error, open a CMD terminal in vs code and try the same. 2. Next in the terminal type pip install opencv-python 3. Now install matplotlib pip install matplotlib 4. Install the Jupyter Notebook extension in VS code from extentions Windows Installation 2 Windows Installation 3