edit lien pip

This commit is contained in:
2024-03-28 14:45:08 +01:00
parent 4ec968fb14
commit af16891f91

View File

@@ -29,7 +29,7 @@ Nous allons utiliser la bibliothèque `Matplotlib`
Pour commencer, il faut installer `matplotlib` si ce n'est pas déjà fait. Cela se fait généralement via pip :
```python
pip install --update --proxy = 172.16.0.253:3128 matplotlib
pip install --upgrade --proxy = 172.16.0.253:3128 matplotlib
```
Ensuite, pour utiliser `matplotlib`, on commence par importer le module `pyplot`, souvent sous l'alias `plt` :