Inkcut requires python. To install inkcut, we use the pip
tool.
On Linux and OSX, the cups printer drivers and pyside GUI bindings are required as well.
This documentation is still pending.
For example on ubuntu or the raspberry pi using the system version of python:
apt-get install python3-pip python3-pyqt5 python3-setuptools libcups2-dev python3-pyqt5.qtsvg
pip3 install inkcut
or you can also install inkcut into a env using
py -m pip install pyqt5
py -m pip install inkcut
Where py
is the python interpreter for that env.
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
Install brew if you don't already have it from https://brew.sh/
Next install python 3 and pyqt with
brew install python3
brew install pyqt
finally install inkcut
pip3 install inkcut
To use the installed version simply run inkcut
.
Note: If you have multiple versions of python use
python -m inkcut
.
plugins/inkscape
folder from this repository~/.config/inkscape/extensions