Outils pour utilisateurs

Outils du site


fablab:cutter:outils

Ceci est une ancienne révision du document !


LINUX INSTALL

Linux

For example on ubuntu or the raspberry pi:

apt-get install python3-pip python3-pyqt5 python3-setuptools libcups2-dev python3-pyqt5.qtsvg pip3 install inkcut

To upgrade to the latest release

pip3 install –upgrade inkcut

To install the latest dev version from github use

pip3 install git+https://github.com/codelv/inkcut.git

If you use the serial interface, you also need to add your user to the dialout group:

sudo usermod -a -G dialout “$USER”

Otherwise, you might get this error:

Permission denied: '/dev/ttyS1'

fablab/cutter/outils.1711726063.txt.gz · Dernière modification : 2024/03/29 15:27 de sbestel