Skip to content

Installation Guide

Purpose

Step-by-step instructions for installing TemplateMatchingPy in different environments.

Prerequisites

  • Python 3.7+
  • OpenCV (cv2)

Install via pip

pip install templatematchingpy

Install from source

git clone https://github.com/phisanti/TemplateMatchingPy.git
cd TemplateMatchingPy
pip install .

Verify Installation

import templatematchingpy
print(templatematchingpy.__version__)

If you see the version number, installation was successful.