edit lien pip 3

This commit is contained in:
2024-03-28 14:49:23 +01:00
parent af16891f91
commit be3843630f

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 --upgrade --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` :