Skip to content

Commit 0bf6aef

Browse files
committed
Add step to install dependencies
1 parent 198eba2 commit 0bf6aef

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ Tracking the movement of a finger is an important feature of many computer visio
1111
Go to the Finger Detection and Tracking directory.
1212
Then,
1313

14-
1. Run the code with command `python FingerDetection.py`
15-
2. Put your parm over the green squares
16-
3. Then, press `z` key to start tracking
17-
4. Finish program with `Esc` key.
14+
1. Install the dependencies
15+
```shell
16+
pip install pipenv
17+
pipenv shell
18+
pipenv install
19+
```
20+
2. Run the code with command `cd "Finger Detection and Tracking" && python FingerDetection.py`
21+
3. Put your parm over the green squares
22+
4. Then, press `z` key to start tracking
23+
5. Finish program with `Esc` key.
1824

1925
## Demo
2026
[![Demo GitHub Sectory](https://cdn-images-1.medium.com/max/1040/1*ngmwjSu1gt4mmqhm9JJcpg.jpeg)](https://www.youtube.com/watch?v=P3dUePye_-k)

0 commit comments

Comments
 (0)