Instructions updated
This commit is contained in:
parent
8de91933c5
commit
f6c18af3ab
1 changed files with 7 additions and 0 deletions
|
@ -20,3 +20,10 @@ Pour quitter l’environement:
|
||||||
#Shell POSIX
|
#Shell POSIX
|
||||||
deactivate
|
deactivate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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].
|
||||||
|
La commande `pip3` vient après.
|
||||||
|
Ainsi *MatPlotLib* peut afficher ses graphes via *GTK+3*.
|
||||||
|
|
||||||
|
[1]: <https://pygobject.readthedocs.io/en/latest/getting_started.html> "PyGObject Doc."
|
||||||
|
|
Loading…
Reference in a new issue