« Inkcut » : différence entre les versions

De fablabo
Aller à :navigation, rechercher
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 »
 
Aucun résumé des modifications
 
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 ==



Dernière version du 18 décembre 2019 à 18: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