Skip to content
Snippets Groups Projects
Commit 0946ac7e authored by Alexandre MEYER's avatar Alexandre MEYER
Browse files

install update

parent 182cf266
No related branches found
No related tags found
No related merge requests found
Pipeline #138396 passed
......@@ -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```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment