Skip to content

Commit e1bbf52

Browse files
authored
Update README.md
1 parent ae9f39f commit e1bbf52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ The template and images should have the same bitdepth (8,16,32-bit) and number o
44
The main function `MTM.matchTemplates` returns the best predicted locations provided either a score_threshold and/or the expected number of objects in the image.
55

66
# Installation
7-
Using pip, `pip install Multi-Template-Matching`
8-
Once installed, `import MTM`should work.
7+
Using pip in a python environment, `pip install Multi-Template-Matching`
8+
Once installed, `import MTM`should work.
9+
Example jupyter notebooks can be downloaded from the tutorial folder of the github repository and executed in the newly configured python environement.
910

1011
# Documentation
1112
The package MTM contains mostly 2 important functions:

0 commit comments

Comments
 (0)