PlyCutter
To make this work we need to install the plycutter module itself:
sudo dnf install gmp-devel mpfr-devel mpc libmpc-devel #required to build gmpy2
#install plycutter dependency:
pip install git+https://github.com/tjltjl/plycutter.git
#or by cloning:
git clone https://github.com/eridur-de/plycutter.git
cd plycutter
sudo python3 setup.py install
plycutter #test the command if it is available and if it works
Keine Kommentare