Dans un environnement python, il faut installer *Numpy, MatPlotlib, OpenCV et PyTorch*. Pour installer PyTorch et de nombreuses dépendances, regardez [la ligne de commande que propose PyTorch](https://pytorch.org/get-started/locally/). Puis installer OpenCV et Mediapipe avec
```
pip install opencv-python mediapipe
pip install mediapipe
```
Mediapipe installe Opencv. Si vous avez installé OpenCV avant, parfois Mediapipe ne marche pas.
Sous Windows lancez *anaconda prompt*, sous Linux ouvrez un terminal, puis lancez ```conda activate p36```