pdfCropMargins
pdfCropMargins copied to clipboard
GUI support for MacOS
➜ ~ pip install pdfCropMargins[gui] --user --upgrade
➜ no matches found: pdfCropMargins[gui]
the [gui]
part of the install fails, not sure if there is a macOS version for the gui available?
I'm not sure what the problem is there. I don't have a Mac to test on. Does the ordinary install work, without the [gui]
part? If so, the [gui]
part just installs extra packages which you can do as:
pip install PySimpleGUI PyMuPDF
The GUI dependencies are now part of the ordinary install, so you no longer need to include the [gui]
part.