Instructions updated
This commit is contained in:
parent
b9fd32310e
commit
3b47aa4644
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ deactivate
|
||||||
```
|
```
|
||||||
|
|
||||||
Dans le cas de `MatPlotLib/` une installation des paquets DEB `libgirepository1.0-dev`, `gcc`,
|
Dans le cas de `MatPlotLib/` une installation des paquets DEB `libgirepository1.0-dev`, `gcc`,
|
||||||
`libcairo2-dev`, `pkg-config`, `python3-dev` et `gir1.2-gtk-3.0` peut être nécessaire[1].
|
`libcairo2-dev`, `pkg-config`, `python3-dev` et `gir1.2-gtk-3.0` peut être nécessaire[¹].
|
||||||
La commande `pip3` vient après.
|
La commande `pip3` vient après.
|
||||||
Ainsi *MatPlotLib* peut afficher ses graphes via *GTK+3*.
|
Ainsi *MatPlotLib* peut afficher ses graphes via *GTK+3*.
|
||||||
|
|
||||||
[1]: <https://pygobject.readthedocs.io/en/latest/getting_started.html> "PyGObject Doc."
|
[¹]: <https://pygobject.readthedocs.io/en/latest/getting_started.html> "PyGObject Doc."
|
||||||
|
|
Loading…
Reference in a new issue