edit lien pip 3

This commit is contained in:
2024-03-28 14:50:19 +01:00
parent be3843630f
commit 8c4f989611

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 : Pour commencer, il faut installer `matplotlib` si ce n'est pas déjà fait. Cela se fait généralement via pip :
```python ```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` : Ensuite, pour utiliser `matplotlib`, on commence par importer le module `pyplot`, souvent sous l'alias `plt` :