diff --git a/web/content/am/TP_Installation.md b/web/content/am/TP_Installation.md index 78ac0afcf068b9fe4e09735a0ff380d211b9f544..45550bb410e9b351c5544aeabdd56ba4912a06c1 100644 --- a/web/content/am/TP_Installation.md +++ b/web/content/am/TP_Installation.md @@ -15,10 +15,10 @@ conda create --name deepan python=3.8 ``` 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```