Inkcut : Différence entre versions
De fablabo
(Page créée avec « == Installation sous Fedora 25 == installation des dépendances : $ dnf install python3-pip redhat-rpm-config python3-devel cups-devel $ pip3 install inkcut ») |
|||
Ligne 1 : | Ligne 1 : | ||
+ | == Installation sous ubuntu 18.04 == | ||
+ | |||
+ | $ sudo apt install python3-pip python3-pyqt5 python3-pyqt5.qtsvg libcups2-dev | ||
+ | $ sudo pip3 install inkcut | ||
+ | |||
+ | Lancer depuis un terminal pour voir si ça fonctionne : | ||
+ | $ inkcut | ||
+ | |||
== Installation sous Fedora 25 == | == Installation sous Fedora 25 == | ||
Version actuelle en date du 18 décembre 2019 à 17:40
Installation sous ubuntu 18.04
$ sudo apt install python3-pip python3-pyqt5 python3-pyqt5.qtsvg libcups2-dev $ sudo pip3 install inkcut
Lancer depuis un terminal pour voir si ça fonctionne :
$ inkcut
Installation sous Fedora 25
installation des dépendances :
$ dnf install python3-pip redhat-rpm-config python3-devel cups-devel $ pip3 install inkcut